strfmt
strfmt copied to clipboard
rust library for formatting dynamic strings
this adds some complexity to the process so is not yet supported, however it should be. I believe that by returning the usize of characters written, this can be accomplished...
This is half question (is there a way to do this already?) and half enhancement request. Would it be possible to have a string with a key, that when processed...
This is in reference to the discussion in #3 concerning using a `Format` Trait to be able to format any type. - Ideally this would use rust-lang/rust#30652 to be able...
#9 discovered a bug that was not tested. These features should be tested.
I might be doing something wrong, but it appears that `strfmt` doesn't accept a `HashMap` with keys that are string literals (i.e. `&'static str`). This seems weird to me, as...