worktable_macros 0.9.0

Proc-macro companion crate for worktable: the worktable! macro and its derives. Formerly published as worktable_codegen.
Documentation
1
2
3
4
5
6
7
pub mod model;
pub mod name_generator;
pub mod parser;

#[allow(unused_imports)]
pub use model::*;
pub use parser::Parser;