actor-interfaces 0.1.0

I only uploaded this to crates.io because I was having some issues cross compiling with local dependencies. If anyone wants to use the name for something actually useful, DM me on github
Documentation
1
2
3
4
5
6
7
//! actors-interfaces Interface

pub mod pangea_api;
pub mod ui;

// pub use pangea_api::*;
// pub use ui::*;