detsurtnu 0.3.1

Automated mirror of untrusted - Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust.
Documentation
[package]
authors = ["Brian Smith <brian@briansmith.org>"]
description = "Automated mirror of untrusted - Safe, fast, zero-panic, zero-crashing, zero-allocation parsing of untrusted inputs in Rust."
documentation = "https://briansmith.org/rustdoc/untrusted/"
license-file = "LICENSE.txt"
name = "detsurtnu"
readme = "README.md"
repository = "https://github.com/briansmith/untrusted"
version = "0.3.1"

[lib]
name = "untrusted"

[profile.bench]
opt-level = 3
debug = true
rpath = false
lto = true
debug-assertions = false
codegen-units = 1

[profile.release]
opt-level = 3
debug = true
rpath = false
lto = true
debug-assertions = false
codegen-units = 1