Struct ferru::config::Config [] [src]

pub struct Config<'a> {
    pub source_directory: Option<&'a str>,
    pub dest_directory: Option<&'a str>,
}

The configuration to be used when running the Ferru "build" subcommand.

Fields

The directory to be used as the source for the website being generated.

The directory to be used as the destination for the website being generated.

Trait Implementations

impl<'a> Clone for Config<'a>
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl<'a> Debug for Config<'a>
[src]

[src]

Formats the value using the given formatter.