[dev-dependencies.libc]
version = "0.2"
[dev-dependencies.va_list-helper]
version = "0.0.2"
[features]
no_std = []
[package]
authors = ["John Hodge <tpg@mutabah.net>"]
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.1.2"