All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- This CHANGELOG file that will contain all notable changes to this project (#2)
- Derive the
Debug
,Clone
, andCopy
traits for all structs in thetracing-tape
crate (#11) - Store parent kind of a span explicitly (bumps format version to
0.1
) (#13) - Make
TapeRecorder
clonable (#14) - Add examples (#15)
- Windows support (#21)
- Parsing of SpanExit records (#3)
- Parsing of Threads only used for spans (#4)
- Reported tape time range (#5)
- Flush current chapter when dropping the recorder (#12)
tracing-tape
crate specifying the binary formattracing-tape-recorder
crate for recording tracestracing-tape-parser
crate for parsing tracestrace-deck
application for viewing traces- README file
- CI for testing crates and trace-deck deployment (#1)