lain_derive 0.4.0

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

pub use self::ctxt::Ctxt;

pub enum Derive {
    NewFuzzed,
    Mutatable,
    BinarySerialize,
}