Crate topiary_config

Crate topiary_config 

Source
Expand description

Topiary can be configured using the Configuration struct. A basic configuration, written in Nickel, is included at build time and parsed at runtime. Additional configuration has to be provided by the user of the library.

Re-exports§

pub use source::Source;

Modules§

error
language
This module contains the Language struct, which represents a language configuration, and associated methods.
source
Configuration for Topiary can be sourced from either that which is built-in, or from disk.

Structs§

Configuration
The configuration of the Topiary.