Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/ChrisFeldmeier/OpenCodeRust
/ schema.rs
File
schema.rs
crates/opencode-config/src/schema.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use serde::{Deserialize, Serialize};
2
use std::collections::HashMap;
3
4
#[derive(Debug, Clone, Serialize, Deserialize, Default)]
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected