#va-arg #api-bindings #printf #stdarg

sys printf

A library to convert a fmt string and va_list into rust String

1 unstable release

Uses old Rust 2015

0.1.0 Mar 3, 2017

#3275 in #api-bindings

Download history 2/week @ 2024-02-09 14/week @ 2024-02-16 22/week @ 2024-02-23 25/week @ 2024-03-01 21/week @ 2024-03-08 14/week @ 2024-03-15 20/week @ 2024-03-22 42/week @ 2024-03-29 11/week @ 2024-04-05

89 downloads per month
Used in 3 crates

MIT/Apache

3KB

printf

This library provides a single method that takes a format string and arg list that would be used in functions like printf and returns a formatted string. It is expected that the arg list be created in C code using va_start.

I created this lib specifically to help in wrapping c libraries that expect printf-style function callbacks.


lib.rs:

This crate provides a method to convert printf-style calls to a rust formatter

Dependencies

~54KB