MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / serialization.rs

File serialization.rs

src/structures/mmap_tree/serialization.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1pub trait TreeSerialization {
2 fn serialize(&self) -> Vec<u8>;
3}
4

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected