altar 0.1.0

A TUI library in the style of SwiftUI
Documentation
1
2
3
4
5
6
#[derive(Clone, Debug)]
pub enum Direction {
    Horizontal,
    Vertical,
    Z,
}