Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/carsonpo/haystackdb
/ serialize
Method
serialize
src/structures/tree/serialization.rs:20–22 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
18
19
impl TreeSerialization for i32 {
20
fn serialize(&self) -> Vec<u8> {
21
self.to_le_bytes().to_vec()
22
}
23
}
24
25
impl TreeDeserialization for String {
Callers
nothing calls this directly
Calls
1
len
Method · 0.80
Tested by
no test coverage detected