vin-macros 5.0.3

Procedural macros that power vin
Documentation
1
2
3
4
5
6
7
8
pub mod context_struct;
pub mod actor_impl;
pub mod forwarder_impls;
pub mod hidden_struct;
pub use context_struct::*;
pub use actor_impl::*;
pub use forwarder_impls::*;
pub use hidden_struct::*;