Documentation
1
2
3
4
5
6
7
pub use ahecha_html as html;
pub use ahecha_macro as macros;
pub use uuid;
pub mod prelude {
  pub use ahecha_html::*;
  pub use ahecha_macro::*;
}