uuid7 0.2.0

An experimental implementation of the proposed UUID Version 7
Documentation
[dependencies.rand]
default-features = false
version = "0.8"

[dependencies.uuid]
optional = true
version = "1"
[dev-dependencies.regex]
version = "1"

[features]
default = ["std"]
std = ["rand/std", "rand/std_rng"]

[package]
authors = ["LiosK <contact@mail.liosk.net>"]
description = "An experimental implementation of the proposed UUID Version 7"
edition = "2021"
license = "Apache-2.0"
name = "uuid7"
repository = "https://github.com/LiosK/uuid7-rs"
resolver = "2"
version = "0.2.0"