gittype 0.10.0

A typing practice tool using your own code repositories
Documentation
1
2
3
4
5
6
7
8
9
pub mod screen;
pub mod screen_manager;
pub mod screen_transition_manager;
pub mod screens;
pub mod views;

pub use screen::*;
pub use screen_manager::{ScreenManagerFactory, ScreenManagerFactoryImpl, ScreenManagerImpl};
pub use screen_transition_manager::ScreenTransitionManager;