Function mnemos_config::buildtime::render_all
source ยท pub fn render_all<Platform>(config_dir: impl AsRef<Path>) -> Result<()>where
Platform: Serialize + DeserializeOwned + 'static,
Expand description
Render all configuration files in the given directory.
The resulting configs are stored in the cargo OUT_DIR
, and may be
referenced by name in the main platform binary when using
include_config!()
.