v0.4.0
What's Changed
From CHANGELOG.md:
The library has been completely reimplemented, following the development of
itm-decode(now archived).
This new implementation offers, in addition to the previous implementation, anIterator-based design, more granular enums, synchronization packet support, and timestamp generation of trace packets.The (missing)
itm-dumpbinary has been replaced byitm-decodeshipped in this repository.Related topics: rust-embedded/itm#41, rust-embedded/wg#589.
Full Changelog: v0.3.1...v0.4.0