printf

Crates.ioprintf
lib.rsprintf
version0.1.0
sourcesrc
created_at2017-03-03 19:30:16.535266
updated_at2017-03-03 19:30:16.535266
descriptionA library to convert a fmt string and va_list into rust String
homepage
repositoryhttps://github.com/derekdreery/alpm
max_upload_size
id8795
size2,237
Richard Dodd (derekdreery)

documentation

https://docs.rs/printf/0.1.0/printf/

README

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.

Commit count: 29

cargo fmt