Crate stuart_core

Source
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§

config
Provides the Config type.
error
Provides error types.
fs
Provides a virtual filesystem tree which parses the files as it is constructed, and saves them according to the configuration.
functions
Provides the built-in functions and traits to create custom ones.
parse
Provides parsing functionality.
plugins
Provides the plugin system for Stuart.
process
Provides processing functionality.

Macros§

declare_plugin
Declares a dynamically-loadable plugin.
quiet_assert
Quietly asserts that the given condition is true.

Structs§

Environment
The environment of the build.
Stuart
The project builder.