Releases: tjol/sprintf-rs
v0.3.1
- pointer types can be formatted with
%p
in the same way asusize
(PR #9, thanks to Flávio J. Saraiva (@flaviojs)
https://crates.io/crates/sprintf/0.3.1
https://docs.rs/sprintf/0.3.1/sprintf/
v0.3.0
- More standard string and character types (PR #7, thanks to Flávio J. Saraiva (@flaviojs))
- Support
CString
and&CStr
for%s
, assuming the're UTF-8 encoded - Support
u8
andi8
(ASCII),u16
(UCS-2) andu32
(UCS-4) for%c
- Support
https://crates.io/crates/sprintf/0.3.0
https://docs.rs/sprintf/0.3.0/sprintf/
v0.2.1
Minor API changes:
- Expose the some of the
sprintf::parser
module in the API to allow other to use theparse_format_string
function (PR #5, thanks to @DaBs) PrintfError
now implementsstd::error::Error
https://crates.io/crates/sprintf/0.2.1
https://docs.rs/sprintf/0.2.1/sprintf/
v0.1.4
Bugfix release: fix rounding ll
width specifier (PR #4, thanks to @codido)
https://crates.io/crates/sprintf/0.1.4
https://docs.rs/sprintf/0.1.4/sprintf/
v0.1.3
Bugfix release: fix rounding 99.99 -> 100.0 (#2)
https://crates.io/crates/sprintf/0.1.3
https://docs.rs/sprintf/0.1.3/sprintf/
v0.1.2
Bugfix release: fix formatting of large floats (PR #1, thanks to @pierd)
https://crates.io/crates/sprintf/0.1.2
https://docs.rs/sprintf/0.1.2/sprintf/
v0.1.1
v0.1.0
Version 0.1.0 published to crates.io
https://crates.io/crates/sprintf/0.1.0
https://docs.rs/sprintf/0.1.0/sprintf/