snowflaked 1.0.3

A crate for creating and working with snowflake ids
Documentation
[[bench]]
name = "generator"

[[bench]]
name = "sync"
required-features = ["sync"]

[features]
default = []
sync = []

[package]
authors = ["MrGunflame <mrgunflame@protonmail.com>"]
description = "A crate for creating and working with snowflake ids"
documentation = "https://docs.rs/snowflaked"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "snowflaked"
readme = "README.md"
repository = "https://github.com/MrGunflame/snowflaked-rs"
version = "1.0.3"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(loom)".dependencies.loom]
version = "0.5"