ulid-rs 0.1.0

Rewrites https://github.com/suyash/ulid from C++ to Rust
Documentation
[[bench]]
harness = false
name = "benches"
[dependencies.thiserror]
version = "1.0.20"
[dev-dependencies.chrono]
version = "0.4.13"

[dev-dependencies.criterion]
version = "0.3.3"

[dev-dependencies.rand]
version = "0.7.3"

[package]
authors = ["Suyash <hi@suy.io>"]
categories = ["ulid"]
description = "Rewrites https://github.com/suyash/ulid from C++ to Rust"
documentation = "https://docs.rs/ulid-rs"
edition = "2018"
license = "MIT OR Apache-2.0"
name = "ulid-rs"
readme = "README.md"
repository = "https://github.com/suyash/ulid-rs"
version = "0.1.0"