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
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"

[[package]]
name = "libc"
version = "0.2.121"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efaa7b300f3b5fe8eb6bf21ce3895e1751d9665086af2d64b42f19701015ff4f"

[[package]]
name = "va_list"
version = "0.2.1"
dependencies = [
 "libc",
 "va_list-helper",
]

[[package]]
name = "va_list-helper"
version = "0.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11d12498b92e0d7f817d0b9fd09714f4d73a650885d30535d1b74fb999eb65dc"
dependencies = [
 "gcc",
]