blitz-traits 0.2.0

Shared traits and types for Blitz
Documentation
1
2
3
4
5
6
7
8
//! Types and traits to enable interoperability between the other Blitz crates without
//! circular or unnecessary dependencies.

pub mod devtools;
pub mod events;
pub mod navigation;
pub mod net;
pub mod shell;