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
16
17
[package]
name = "sprintf"
version = "0.1.4"
edition = "2018"
authors = ["Thomas Jollans <tjol@tjol.eu>"]
license = "MIT"
description = "Clone of C s(n)printf in Rust"
repository = "https://github.com/tjol/sprintf-rs"
keywords = ["printf", "text", "string"]
categories = ["template-engine", "wasm"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]

[dev-dependencies]
libc = "0.2"