mirror https://github.com/wgnet/herd

Valentine Nikonovich 6c423c9e23 replace 'erlang:unique_integer()' to 'os:system_time(micro_seconds)' 8 years ago
include 9a28a2146e unit tests for herd_db 10 years ago
src 6c423c9e23 replace 'erlang:unique_integer()' to 'os:system_time(micro_seconds)' 8 years ago
test 9a28a2146e unit tests for herd_db 10 years ago
.dialyzer.ignore 61134e6dd6 initial import 10 years ago
.gitignore df0a43a4f7 Fix compatibility warnings with Erlang/OTP 19. Bump app version to '1.3.2' 8 years ago
Makefile 61134e6dd6 initial import 10 years ago
README.md 6954b65f4c add readme 10 years ago
rebar.config 61134e6dd6 initial import 10 years ago

README.md

A set of general purpose utils functions for Erlang projects:

  • working with strings;
  • working with date and time;
  • generating random values;
  • etc