Skip to content
This repository was archived by the owner on Jan 13, 2026. It is now read-only.

Latest commit

 

History

History
16 lines (14 loc) · 480 Bytes

File metadata and controls

16 lines (14 loc) · 480 Bytes

Changelog

0.2.1

  • Added support for #![no_std].
  • Added support for 128-bit integers.
  • Added ballot box formatting for booleans.

0.2.0

  • Integers types are now abstracted behind an Integer trait.
  • Added support for formatting sub- and superscript as binary.
  • Added seven segment formatting.
  • Added tally marks.
  • Breaking: Align behaviour of + with that of the built-in formatting for VulgarFraction.
  • Breaking: Raise MSRV to 1.75.0.

0.1.0

Initial release