#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

#3564 in #api-bindings

Download history 3/week @ 2024-07-22 10/week @ 2024-07-29 7/week @ 2024-08-05 10/week @ 2024-08-12 2/week @ 2024-08-19 8/week @ 2024-08-26 16/week @ 2024-09-02 14/week @ 2024-09-09 13/week @ 2024-09-16 34/week @ 2024-09-23 21/week @ 2024-09-30 13/week @ 2024-10-14 12/week @ 2024-10-21 15/week @ 2024-10-28 19/week @ 2024-11-04

59 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

~56KB