Skip to main content

ProjectConfig

Type Alias ProjectConfig 

Source
pub type ProjectConfig = Versioned<ProjectBody>;

Aliased Type§

pub struct ProjectConfig {
    pub version: Option<u32>,
    pub inner: ProjectBody,
}

Fields§

§version: Option<u32>§inner: ProjectBody

Implementations§

Source§

impl ProjectConfig

Source

pub fn from_toml_str(input: &str) -> Result<Self>

Source

pub fn minimal() -> Self

Source

pub fn standard() -> Self

Source

pub fn full() -> Self