sprintf 0.1.4

Clone of C s(n)printf in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[dependencies]
[dev-dependencies.libc]
version = "0.2"

[package]
authors = ["Thomas Jollans <tjol@tjol.eu>"]
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.1.4"