cuid-rust
Cuids are "Collision-resistant ids optimized for horizontal scaling and binary search lookup performance."
This is a rust implementation of the CUID library, the original JavaScript implementation of which may be found here
Installation
In cargo.toml
= "1.0.0"
Usage
use cuid;
This package also provides a binary:
> cargo