rust/src/libcore/fmt
Alex Crichton 14d3dbe292 core: Document FormatWriter and allow write!
This commit fills in the documentation holes for the FormatWriter trait which
were previously accidentally left blank. Additionally, this adds the `write_fmt`
method to the trait to allow usage of the `write!` macro with implementors of
the `FormatWriter` trait. This is not useful for consumers of the standard
library who should generally avoid the `FormatWriter` trait, but it is useful
for consumers of the core library who are not using the standard library.
2014-05-17 22:10:39 -07:00
..
float.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
mod.rs core: Document FormatWriter and allow write! 2014-05-17 22:10:39 -07:00
num.rs core: Update all tests for fmt movement 2014-05-15 23:22:15 -07:00
rt.rs