Struct changelog::Configuration [] [src]

pub struct Configuration {
    pub conventions: Conventions,
    pub output: OutputPreferences,
}

The tool configuration.

The configuration defines the repository conventions and output preferences.

Fields

The project conventions

The output preferences

Methods

impl Configuration
[src]

[src]

Default constructor

[src]

Construct from the given YAML file

[src]

Construct from the given YAML string

Trait Implementations

impl Debug for Configuration
[src]

[src]

Formats the value using the given formatter.

impl Default for Configuration
[src]

[src]

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