#vsprintf #sprintf #printf #va-list #va-arg

vsprintf

Rust bindings to the libc vsprintf function

4 stable releases

2.0.0 Jul 1, 2020
1.0.3 Jul 1, 2020
1.0.1 Jul 9, 2017

#557 in Algorithms

Download history 3832/week @ 2022-12-05 3833/week @ 2022-12-12 2090/week @ 2022-12-19 1254/week @ 2022-12-26 2248/week @ 2023-01-02 2018/week @ 2023-01-09 1435/week @ 2023-01-16 1427/week @ 2023-01-23 1311/week @ 2023-01-30 1096/week @ 2023-02-06 1201/week @ 2023-02-13 1611/week @ 2023-02-20 1264/week @ 2023-02-27 1874/week @ 2023-03-06 1463/week @ 2023-03-13 1402/week @ 2023-03-20

6,134 downloads per month
Used in 13 crates (6 directly)

MIT license

5KB
66 lines

vsprintf

Convert a format string and vararg list to a Rust string.

Documentation


lib.rs:

Convert C format strings to Rust.

Dependencies

~180KB