1
2
3
4
5
6
7
//! System related features. You can find information about how to bootstrap your application,
//! handle events and how to handle resources.

#[macro_use]
pub mod bootstrap;
pub mod event;
pub mod resource;