objid

Crates.ioobjid
lib.rsobjid
version0.1.11
sourcesrc
created_at2019-11-07 15:45:54.050995
updated_at2022-05-11 12:31:01.616652
descriptionGenerate a random object identifier.
homepage
repositoryhttps://github.com/montao/objid
max_upload_size
id179037
size42,182
Niklas Rosencrantz (montao)

documentation

README

objid

Crates.io CII Best Practices

The random Rust object identifier.

This program generates a random id suitable for code generators.

Installation

You can install objid from either this repository, or from Crates (once it's published):

# install from Cargo
$ cargo install objid

# install the latest from GitHub
$ cargo install --git https://github.com/montao/objid.git

Commands

Running the program generates a new object identifier like the following.

$ objid
Random object id: _e4lzU1OgCT
Commit count: 42

cargo fmt