Function mnemos_config::buildtime::render_file
source ยท pub fn render_file<Platform>(path: impl AsRef<Path>) -> Result<()>where
Platform: Serialize + DeserializeOwned + 'static,
Expand description
Load a configuration file from the given path, will be made available
to the main platform binary when they call include_config!()
.