MCPcopy Create free account
hub / github.com/carsonpo/haystackdb / TreeSerialization

Interface TreeSerialization

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

Source from the content-addressed store, hash-verified

1pub trait TreeSerialization {
2 fn serialize(&self) -> Vec<u8>;
3}
4
5pub trait TreeDeserialization {
6 fn deserialize(data: &[u8]) -> Self

Callers

nothing calls this directly

Implementers 1

serialization.rssrc/structures/mmap_tree/serialization

Calls

no outgoing calls

Tested by

no test coverage detected