typeid_prefix 1.0.0

A Rust library that implements a type-safe version of the TypePrefix section of the TypeID Specification
Documentation
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.3.2"

[dependencies.tracing]
optional = true
version = "0.1.40"

[dev-dependencies.arbitrary]
features = ["derive"]
version = "1.3.2"

[dev-dependencies.proptest]
features = ["proptest-macro"]
version = "1.5.0"

[features]
arbitrary = ["dep:arbitrary"]
default = []
instrument = ["tracing"]

[lints.clippy]
module_name_repetitions = "allow"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_docs = "deny"
unsafe_code = "deny"

[package]
authors = ["rrrodzilla@proton.me"]
categories = ["data-structures", "development-tools"]
description = "A Rust library that implements a type-safe version of the TypePrefix section of the TypeID Specification"
documentation = "https://docs.rs/typeid_prefix"
edition = "2021"
keywords = ["typeid", "prefix", "validation", "sanitization"]
license = "MIT OR Apache-2.0"
name = "typeid_prefix"
readme = "README.md"
repository = "https://github.com/GovCraft/typeid_prefix"
version = "1.0.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]