feat: add trace saving and loading

This commit is contained in:
2025-09-25 12:59:25 +03:00
parent 45bfa3f50e
commit fab9efeac3
3 changed files with 137 additions and 7 deletions

View File

@@ -19,9 +19,9 @@ tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
[dev-dependencies]
claims = "0.8"
tempfile = "3.23"
[lints.clippy]
pedantic = "warn"
nursery = "warn"
unwrap_used = "warn"
expect_used = "warn"