appcui_proc_macro 0.1.7

Procedural macros for the AppCUI TUI framework.
Documentation
1
2
3
4
5
6
mod special_chars;
pub(crate) mod builder;

use self::special_chars::SpecialCharacter;
pub(crate) use builder::create;
pub(crate) use builder::create_attr;