Docs.rs
daxpedda-vsprintf-1.0.2-pr
daxpedda-vsprintf 1.0.2-pr
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
daxpedda
Dependencies
libc ^0.2
normal
gcc ^0.3
build
Versions
100%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
daxpedda_
vsprintf
1.0.2-pr
All Items
Crate Items
Functions
Type Aliases
Crate
daxpedda_vsprintf
Copy item path
Source
Expand description
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 Aliases
§
Result
The result of a vsprintf call.