base58id

Crates.iobase58id
lib.rsbase58id
version0.1.0
sourcesrc
created_at2022-02-01 11:31:56.054161
updated_at2022-02-01 11:31:56.054161
descriptionA short, human-readable identifier for infrequently generated records
homepage
repositoryhttps://github.com/yujingaya/base58id
max_upload_size
id525116
size22,130
Yujin (yujingaya)

documentation

README

This crate provides Base58id, a short, human-readable identifier for infrequently generated records.

  • Short. 11 characters long.
  • Human-Readable. No similar looking characters like 0 (zero) and O (capital o).
  • URL-Friendly. Alphanumeric characters only.
  • Efficient. Nicely fits into u64.

It looks like 3mJr7AoUXx2.

Commit count: 1

cargo fmt