Skip to content

v0.1.13

Compare
Choose a tag to compare
@pitdicker pitdicker released this 05 Sep 12:32
· 1586 commits to main since this release

Language changes and fmt::String supports.

Changed

  • Most types now implement both std::fmt::Show and std::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 a std::fmt::String implementation to Offset.