ghzinga 0.4.0

Terminal UI for monitoring GitHub pull requests and issues.
Documentation
1
2
3
4
5
6
7
mod placeholder;
pub mod state;
pub mod update;

pub(crate) use placeholder::loading_resource_placeholder;
pub use state::{AddResourceMode, AppState, BlockId, ResourceTabState, Tab};
pub use update::{apply_event, AppEvent, AppIntent};