[[bench]]
harness = false
name = "decode_in_place"
[[bench]]
harness = false
name = "decode"
[[bench]]
harness = false
name = "encode"
[dependencies.thiserror]
optional = true
version = "1.0.56"
[dev-dependencies.assert_matches]
version = "1.5.0"
[dev-dependencies.divan]
version = "0.1.11"
[dev-dependencies.proptest]
version = "1.4.0"
[features]
alloc = []
default = ["std"]
safe = []
std = ["alloc", "dep:thiserror"]
[package]
authors = ["Kyle Lacy <rust@kyle.space>"]
categories = ["encoding", "no-std", "no-std::no-alloc"]
description = "A simple encoding scheme to encode binary data into ASCII strings"
edition = "2021"
keywords = ["bytes", "binary", "encoding", "percent"]
license = "MIT OR Unlicense"
name = "tick-encoding"
readme = "README.md"
repository = "https://github.com/kylewlacy/tick-encoding"
rust-version = "1.70.0"
version = "0.1.2"