#name #random #log #create #component

random-names

Simple random names that can be used to name components for log files etc

4 releases

Uses old Rust 2015

0.1.3 Mar 10, 2017
0.1.2 Mar 10, 2017
0.1.1 Mar 9, 2017
0.1.0 Mar 9, 2017

#371 in #create

30 downloads per month
Used in reddsaver

MIT/Apache

55KB
1K SLoC

Random Names

This small library just generates random names. This library exists because UUIDs are difficult to read and remember.

Its purpose is to create identifiers that do not have to be strictly unique like names for server nodes etc.

The names are only usable for better reading where identifiers appear such as log files etc.

This library is not meant to create fake data for testing.


lib.rs:

This small library just generates random names.

Its purpose is to create identifiers that do not have to be strictly unique like names for server nodes etc.

The names are only usable for better reading where identifiers appear such as log files etc.

This library is not meant to create fake data for testing.

Dependencies

~315–540KB