Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1
pub trait TreeSerialization {
2
fn serialize(&self) -> Vec<u8>;
3
}
4
5
pub trait TreeDeserialization {
6
fn deserialize(data: &[u8]) -> Self
Callers
nothing calls this directly
Implementers
1
serialization.rs
src/structures/mmap_tree/serialization
Calls
no outgoing calls
Tested by
no test coverage detected