[dependencies.thiserror]
version = "1.0.57"
[dev-dependencies.libc]
version = "0.2"
[lib]
name = "sprintf"
path = "src/lib.rs"
[package]
authors = ["Thomas Jollans <tjol@tjol.eu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["template-engine", "wasm"]
description = "Clone of C s(n)printf in Rust"
edition = "2018"
keywords = ["printf", "text", "string"]
license = "MIT"
name = "sprintf"
readme = "README.md"
repository = "https://github.com/tjol/sprintf-rs"
version = "0.4.0"
[[test]]
name = "compare_to_libc"
path = "tests/compare_to_libc.rs"