va_list-rs 0.0.4

Library to handle va_list
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[build-dependencies]
gcc = "0.3"

[dependencies]
libc = "^0.2"

[lib]
name = "va_list"

[package]
authors = ["Guillaume Gomez <guillaume1.gomez@gmail.com>"]
build = "build.rs"
description = "Library to handle va_list"
keywords = ["va_arg", "va_list", "C"]
license = "MIT"
name = "va_list-rs"
repository = "https://github.com/GuillaumeGomez/va_list-rs"
version = "0.0.4"