ambient_friendly_id

Crates.ioambient_friendly_id
lib.rsambient_friendly_id
version0.3.1
sourcesrc
created_at2023-04-26 15:20:27.240109
updated_at2023-10-25 13:46:08.237735
descriptionStreamlined replacement of `friendly_id`.
homepage
repositoryhttps://github.com/AmbientRun/Ambient
max_upload_size
id849461
size2,575
Owners (github:ambientrun:owners)

documentation

README

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.

Commit count: 4583

cargo fmt