yuck 0.1.0

Implementation of the yuck language, the declarative UI description language used by eww
Documentation
1
2
3
4
5
use derive_more::*;
use serde::{Deserialize, Serialize};

pub mod coords;
pub use coords::*;