pub fn stdlib_directives() -> Result<Vec<ConfigDirective>, RippyError>Expand description
Parse all embedded stdlib TOML into config directives.
§Errors
Returns RippyError::Config if any embedded TOML is malformed (a build bug).
pub fn stdlib_directives() -> Result<Vec<ConfigDirective>, RippyError>Parse all embedded stdlib TOML into config directives.
Returns RippyError::Config if any embedded TOML is malformed (a build bug).