Skip to content

Commit

Permalink
add more detailed test cases to flesh out the API
Browse files Browse the repository at this point in the history
  • Loading branch information
bunnie committed Sep 17, 2024
1 parent abb2455 commit 4236ba4
Show file tree
Hide file tree
Showing 5 changed files with 898 additions and 0 deletions.
266 changes: 266 additions & 0 deletions planning/rkyv-migration2/Cargo.lock

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

10 changes: 10 additions & 0 deletions planning/rkyv-migration2/Cargo.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[package]
name = "rkyv-test2"
version = "0.1.0"
edition = "2021"

[dependencies]
rkyv = { version = "0.8.5", default-features = false, features = ["std", "alloc", "bytecheck"] }
xous = { version = "0.9.63", features = ["forget-memory-messages"]}
num-derive = { version = "0.3.3", default-features = false }
num-traits = { version = "0.2.14", default-features = false }
Loading

0 comments on commit 4236ba4

Please sign in to comment.