[go: up one dir, main page]

Crate vsprintf [] [src]

Convert C format strings to Rust.

Functions

vsprintf

Prints a format string into a Rust string.

vsprintf_raw

Prints a format string into a list of raw bytes that form a null-terminated C string.

Type Definitions

Result

The result of a vsprintf call.