[badges.maintenance]
status = "experimental"
[dev-dependencies.quickcheck]
version = "1"
[lib]
crate-type = ["lib", "staticlib", "cdylib"]
name = "mangling"
path = "src/lib.rs"
[package]
authors = ["Darren Kulp <darren@kulp.ch>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "encoding"]
description = "mangling generates safe, recognizable identifiers from byte streams."
edition = "2021"
keywords = ["mangling", "name-mangling", "identifier"]
license = "MIT"
name = "mangling"
readme = "README.md"
repository = "https://github.com/kulp/mangling"
rust-version = "1.68.0"
version = "0.2.4"