combid

Crates.iocombid
lib.rscombid
version0.6.1
sourcesrc
created_at2016-06-16 14:29:45.567005
updated_at2017-01-31 10:51:01.459192
descriptionGenerate numeric identifiers
homepage
repositoryhttps://github.com/tredoe/combid
max_upload_size
id5391
size28,323
Jonas mg (tredoe)

documentation

https://docs.rs/combid

README

Combid

A Rust library to generate numeric identifiers.

Table of Contents

Install

Add to your 'Cargo.toml' file:

[dependencies]
combid = "^0"
rand = "^0"

and to your crate root:

extern crate combid;
extern crate rand;

Usage

Read the documentation.

Contribute

The canonical source of this repository is hosted on GitHub. Please make your issues there.

The pull requests are not accepted without filling an issue, to know wheter what you want to change, it seems to me right for this project.

License

© 2016 Jonas mg See the 'AUTHORS.md' file for a full list of authors.

The source files are distributed under the terms of the license Mozilla Public License, version 2.0

Commit count: 5

cargo fmt