cursive-macros 0.1.0

Proc-macros for the cursive TUI library.
Documentation
1
2
3
4
5
#[cfg(feature = "builder")]
include!("real_mod.rs");

#[cfg(not(feature = "builder"))]
include!("dummy_mod.rs");