ax_types 0.1.0

Core types for use by and with the ax family
Documentation
1
2
3
4
5
6
7
//! Types that you may want to use in describing the event payload data

mod arcval;
mod binary;

pub use arcval::ArcVal;
pub use binary::Binary;