Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FuzzAnything/PromptFuzz
/ Serialize
Interface
Serialize
src/program/serde.rs:12–14 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
10
};
11
12
pub trait Serialize: Sized {
13
fn serialize(&self) -> String;
14
}
15
16
pub trait Deserialize: Sized {
17
fn deserialize(de: &mut Deserializer) -> Result<Self>;
Callers
nothing calls this directly
Implementers
2
prompt.rs
src/request/prompt.rs
serde.rs
src/program/serde.rs
Calls
no outgoing calls
Tested by
no test coverage detected