upgate-presentation 0.1.0

Keep globally installed developer tools up to date
Documentation
1
2
3
4
5
6
7
8
9
10
11
mod components;
mod layout;
mod selection;
mod selection_state;
mod text;
mod theme;

pub use selection::{
    InteractiveManagerSelectionDraft, InteractiveSelectionOutcome,
    InteractiveSelectionPlanningEvent, run_interactive_selection_with_planning_events,
};