v0.1.3
0.1.3 - 2023-10-23
Added
Parseis now implemented forperf_event_attrfromperf_event_open_sys2.
Changed
- The debug representation of several record types has been changed to make it more readable.
Fixed
- Fixed an infinite loop with unbounded memory usage in
ParseBufCursor::newwhen the first chunk returned by theParseBufhad length 0.
What's Changed
- Simplify CI and fix clippy warnings by @Phantomical in #28
- Remove use of unzip method in Sample::parse by @Phantomical in #29
- Implement
Parseforperf_event_attrby @Phantomical in #30 - Improve debug output for record types by @Phantomical in #31
- Fix an unbounded memory usage bug within ParseBufCursor::new by @Phantomical in #32
- Prepare to release v0.1.3 by @Phantomical in #33
Full Changelog: v0.1.2...v0.1.3