endoli / message-format.rs

A MessageFormat implementation for Rust.
https://endoli.github.io/message-format.rs/
Apache License 2.0
12 stars 7 forks source link

Create unified Traits that can be used for any formatting library #7

Open vitiral opened 8 years ago

vitiral commented 8 years ago

Hello, I am the author of the strfmt library.

I would like to push the stdlib to implement fmt::Formatter as a trait instead of a struct so that libraries like ours can use (and build off of) a common API, as well as format any object which implements the fmt::Display trait.

This issue is to bring this to your attention and try to work together on it.

vitiral/strfmt#11