MCPcopy Create free account
hub / github.com/RustOtomeLab/RustEng / UserConfig

Class UserConfig

src/config/user.rs:16–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14
15#[derive(Debug, Deserialize, Serialize)]
16pub(crate) struct UserConfig {
17 auto: AutoConfig,
18 text: TextConfig,
19 volume: VolumeConfig,
20 character_volume: CharacterVolumeConfig,
21}
22
23impl UserConfig {
24 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected