Expand description
Cryiorust derive macro crate
Usage example:
use cryiorust::frame::{Array, Frame};
#[derive(Frame)]
struct MyFrame {
header: Header,
array: Array,
}Derive Macrosยง
- Frame
- Main derive macro to be used for structures which contain fields
ArrayandFrame