printf 0.1.0

A library to convert a fmt string and va_list into rust String
Documentation
  • Coverage
  • 100%
    2 out of 2 items documented0 out of 1 items with examples
  • Size
  • Source code size: 2.8 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 761.04 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • richard-uk1/alpm
    11 5 11
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • richard-uk1

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.