Skip to content

ufmt revised and extended

Latest
Compare
Choose a tag to compare
@Simsys Simsys released this 17 Apr 06:40
· 1 commit to main since this release

Changed

  • macros and tfmt now have the same version and changelog as they are linked to each other
  • tests can now be executed with and without feature std
  • macros: separation of lib.rs into lib, parser, write_gen and debug_gen
  • internal traits DisplayFormat, Display revised
  • get rid of unitialised wherever possible - replace unitialised with Maybeuninit
  • Documentation improved,

Added

  • traits DisplayFormatted and DisplayPadded
  • binary and octal formatting
  • float formatting
  • padding
  • source code and performance chart for size and cycle measurement