efx 0.6.1

Rust XML templating engine for building egui UIs with procedural macros
Documentation
1
2
3
4
5
6
7
pub mod block;
pub mod tag;
pub mod tag_attributes;

pub use block::Block;
pub use tag::Tag;
pub use tag_attributes::TagAttributes;