Registry / utility / va-list

va-list

JSON →
library0.2.1rscratesunverified

Provides a Rust implementation of the va_list type for variadic function support.

# Cargo.toml [dependencies] va_list = "0.2.1"
INSTALL
IMPORT
SIG · VA-LIST
V
va-list
utilityrustv0.2.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

VaList
use va_list::VaList;

Create a new va_list instance.

use va_list::VaList; fn main() { let list = VaList::new(); println!("va_list created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.2.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
Bingbot
1
Resources
va-list — cargo add va-list · libregistry