Crate cryiorust_derive[][src]

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 Array and Frame