libdonut-rs 0.1.0

Public API for the Donut-rs project
Documentation
1
2
3
4
5
6
7
8
/// Contains the [`DonutConfig`](structs::DonutConfig) struct and the other structs it uses
pub mod structs;
/// Helper functions for the config
mod helpers;
/// Config preprocessor code
pub mod preprocessor;
/// [`DonutConfig`](structs::DonutConfig) implementations
pub mod impls;