Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustOtomeLab/RustEng
/ load_engine_config
Function
load_engine_config
src/config/mod.rs:81–84 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
fn load_engine_config() -> EngineConfig {
82
let content = fs::read_to_string(
"./source/ini.toml"
).unwrap();
83
toml::from_str(&content).unwrap()
84
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected