Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/f0rr0/oliphaunt
/ SerializeExt
Interface
SerializeExt
src/protocol/serializer.rs:330–332 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
328
}
329
330
pub trait SerializeExt {
331
fn serialize(&self) -> Vec<u8>;
332
}
333
334
pub trait SerializeBytes {
335
fn serialize_bytes(&self) -> Cow<'_, [u8]>;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected