chiropterm 0.2.0

bat-themed fake terminal in the style of libtcod
1
2
3
4
5
mod fstring;
mod preformatter;

pub use fstring::{FString, FChar, FSem};
pub use preformatter::{Preformatter, Justification};