| Crates.io | ambient_friendly_id |
| lib.rs | ambient_friendly_id |
| version | 0.3.1 |
| created_at | 2023-04-26 15:20:27.240109+00 |
| updated_at | 2023-10-25 13:46:08.237735+00 |
| description | Streamlined replacement of `friendly_id`. |
| homepage | |
| repository | https://github.com/AmbientRun/Ambient |
| max_upload_size | |
| id | 849461 |
| size | 2,575 |
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.