Add packet.

This commit is contained in:
Michael Mikovsky
2026-05-16 14:14:00 -06:00
parent 56abb5e1e0
commit 129720145a
8 changed files with 470 additions and 773 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ doctest = false
[dependencies]
rkyv = { workspace = true }
unshell-macros = { path = "../unshell-macros" }
# unshell-macros = { path = "../unshell-macros" }
[lints.rust]
elided_lifetimes_in_paths = "warn"
@@ -22,4 +22,4 @@ unsafe_op_in_unsafe_fn = "warn"
unused_import_braces = "warn"
unused_lifetimes = "warn"
trivial_casts = "allow"
missing_docs = "warn"
# missing_docs = "warn"