cglue_gen/
lib.rs

1//! CGlue Code Generator
2//!
3//! This crate provides implementations of all procedural macros inside `cglue-macro`.
4
5pub mod ext;
6pub mod forward;
7pub mod func;
8pub mod generics;
9pub mod trait_groups;
10pub mod traits;
11pub mod util;