Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montao/objid
The random Rust object identifier
https://github.com/montao/objid
Last synced: 9 days ago
JSON representation
The random Rust object identifier
- Host: GitHub
- URL: https://github.com/montao/objid
- Owner: montao
- License: gpl-3.0
- Created: 2019-02-17T11:24:59.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2022-05-11T12:29:43.000Z (over 2 years ago)
- Last Synced: 2024-11-28T18:49:49.787Z (30 days ago)
- Language: Rust
- Homepage: https://crates.io/crates/objid
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# objid
[![Crates.io](https://img.shields.io/crates/v/objid.svg)](https://crates.io/crates/objid)
[![CII Best Practices](https://bestpractices.coreinfrastructure.org/projects/3877/badge)](https://bestpractices.coreinfrastructure.org/projects/3877)The random Rust object identifier.
This program generates a random id suitable for code generators.
* [Installation](#installation)
* [Commands](#commands)## Installation
You can install `objid` from either this repository, or from Crates (once it's published):
```shell
# 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.
```shell
$ objid
Random object id: _e4lzU1OgCT
```