lain_derive 0.2.5

Derive macros for usage with lain
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod ctxt;
mod symbol;
pub mod ast;
pub mod attr;

pub use self::ctxt::Ctxt;

pub enum Derive {
    NewFuzzed,
    Mutatable,
    BinarySerialize,
}