vsprintf 2.0.0

Rust bindings to the libc vsprintf function
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-dependencies.cc]
version = "1.0"

[dependencies.libc]
version = "0.2"

[package]
authors = ["Dylan McKay <me@dylanmckay.io>"]
description = "Rust bindings to the libc vsprintf function"
documentation = "https://docs.rs/vsprintf"
edition = "2018"
keywords = ["vsprintf", "sprintf", "printf", "va_list", "va_arg"]
license = "MIT"
name = "vsprintf"
readme = "README.md"
repository = "https://github.com/dylanmckay/vsprintf"
version = "2.0.0"