brec_macros 0.4.0

Code generator for brec. Implements the block and payload macros.
Documentation
1
2
3
4
5
6
7
8
mod field;

use proc_macro2::TokenStream;

pub trait Assignation {
    fn direct_ty(&self) -> TokenStream;
    fn referenced_ty(&self) -> TokenStream;
}