Skip to content

Commit

Permalink
snitch-core: portable core data structure for ereports
Browse files Browse the repository at this point in the history
This implements queueing of records with tracking of data loss.
  • Loading branch information
cbiffle committed Feb 5, 2025
1 parent 406e7ee commit facb126
Show file tree
Hide file tree
Showing 3 changed files with 521 additions and 26 deletions.
92 changes: 66 additions & 26 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

15 changes: 15 additions & 0 deletions lib/snitch-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
[package]
name = "snitch-core"
version = "0.1.0"
edition = "2021"

[dependencies]
heapless.workspace = true
unwrap-lite = { version = "0.1.0", path = "../unwrap-lite" }

[lints]
workspace = true

[dev-dependencies]
minicbor-serde = { version = "0.3.2", features = ["std"] }
serde = { workspace = true, features = ["derive"] }
Loading

0 comments on commit facb126

Please sign in to comment.