va_list 0.2.1

Provides a rust implementation of the 'va_list' type for a small set of ABIs. Allowing rust implementations of functions like vprintf.
Documentation
[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.va_list-helper]
version = "0.0.2"

[features]

[lib]
name = "va_list"
path = "src/lib.rs"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(build_check_all)"]
level = "warn"
priority = 0

[package]
authors = ["John Hodge <tpg@mutabah.net>", "Georgy Moshkin <gmoshkin@picodata.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Provides a rust implementation of the 'va_list' type for a small set of ABIs. Allowing rust implementations of functions like vprintf."
keywords = ["unsafe", "va_list", "ffi", "c"]
license = "MIT OR Apache-2.0"
name = "va_list"
readme = "README.md"
repository = "https://github.com/thepowersgang/va_list-rs"
version = "0.2.1"

[[test]]
name = "lib"
path = "tests/lib.rs"