-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Sequence derive for streaming event type for enumeration
- Loading branch information
1 parent
0e37fcc
commit 8bc075d
Showing
3 changed files
with
7 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "trace-recorder-parser" | ||
version = "0.12.0" | ||
version = "0.13.0" | ||
edition = "2021" | ||
authors = ["Jon Lamb <[email protected]>"] | ||
description = "A Rust library to parse Percepio's TraceRecorder data" | ||
|
@@ -15,6 +15,7 @@ thiserror = "1.0" | |
derive_more = "0.99" | ||
ordered-float = "4.2" | ||
byteordered = "0.6" | ||
enum-iterator = "2.1" | ||
|
||
# For the examples | ||
[dev-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters