halley-config 0.3.2

Configuration loading and parsing for the Halley Wayland compositor.
Documentation
1
2
3
4
5
6
7
8
9
pub(crate) mod keybinds;
mod loader;
mod primitives;
mod rules;
mod sections;
mod validate;
mod viewport;

pub use loader::{ConfigLoadDiagnostic, from_rune_file, gather_dependencies_for_file};