fux 0.8.0

Minimal persistent terminal multiplexer built on bevy_ecs
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
//! The ordered phases of one step. Every system is exclusive: one logical writer, explicit
//! ordering, mutations visible immediately to the next phase.

pub mod creation;
pub mod layout;
pub mod lifecycle;
pub mod output;
pub mod requests;
pub mod snapshot;

pub mod input;

pub mod final_records;