[dependencies.fast_fmt]
default-features = false
version = "0.1.3"
[dev-dependencies]
void = "1"
[features]
default = ["std"]
std = ["fast_fmt/with_std"]
[package]
authors = ["Martin Habovštiak <martin.habovstiak@gmail.com>"]
categories = ["no-std", "rust-patterns", "value-formatting"]
description = "Simple, fast escaping of characters."
homepage = "https://github.com/Kixunil/fast_escape"
keywords = ["fmt", "fast", "escaping", "chars"]
license = "MITNFA"
name = "fast_escape"
readme = "README.md"
repository = "https://github.com/Kixunil/fast_escape"
version = "0.1.0"