appcui_proc_macro 0.1.3

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


use self::text_alignament::TextAlignament;
pub(crate) use builder::create;