Expand description

Stuart: A Blazingly-Fast Static Site Generator.

Re-exports

pub use config::Config;
pub use error::Error;
pub use error::TracebackError;
pub use fs::Node;

Modules

Provides the Config type.

Provides error types.

Provides a virtual filesystem tree which parses the files as it is constructed, and saves them according to the configuration.

Provides the built-in functions and traits to create custom ones.

Provides parsing functionality.

Provides the plugin system for Stuart.

Provides processing functionality.

Macros

Declares a dynamically-loadable plugin.

Quietly asserts that the given condition is true.

Structs

The environment of the build.

The project builder.