rand.rs |
A command-line utility to create an LMDB environment containing random data.
It requires one flag, `-s path/to/environment`, which specifies the location
where the tool should create the environment. Optionally, you may specify
the number of key/value pairs to create via the `-n <number>` flag
(for which the default value is 50). |
4280 |