Struct rerast::Config [] [src]

pub struct Config {
    pub verbose: bool,
    pub debug_snippet: String,
    pub files: Option<Vec<String>>,
}

Very little thought has gone into the public interface of this library. Things that are pub are mostly that way so they can be accessed from cargo-rerast. If you have a use-case for using this library, it's probably best to discuss it so that we can nail down a more thought-out interface.

Fields

Trait Implementations

impl Debug for Config
[src]

[src]

Formats the value using the given formatter.

impl Clone for Config
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl Default for Config
[src]

[src]

Returns the "default value" for a type. Read more