v0.1.13
Language changes and fmt::String
supports.
Changed
- Most types now implement both
std::fmt::Show
andstd::fmt::String
,
with the former used for the stricter output and the latter used for more casual output.
Removed
Offset::name
has been replaced by astd::fmt::String
implementation toOffset
.