19 releases
0.3.1 | Oct 25, 2023 |
---|---|
0.3.1-rc.1 | Oct 24, 2023 |
0.3.0-rc.2 | Sep 29, 2023 |
0.2.1 | May 6, 2023 |
0.2.0-rc3 | Apr 27, 2023 |
#237 in WebAssembly
334 downloads per month
Used in 34 crates
(via ambient_element)
3KB
ambient_friendly_id
This code was adapted from friendly_id
(MIT/Apache2):
https://github.com/mariuszs/friendly_id/blob/d691da682027b84eddd771d7adac0c0dc2563a35/src/base62.rs
The crate depends on failure
, which is unmaintained. As we only need to generate some random IDs,
we can make do by reimplementing it.
Dependencies
~310KB