1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
//! CGlue Code Generator
//!
//! This crate provides implementations of all procedural macros inside `cglue-macro`.

pub mod ext;
pub mod forward;
pub mod func;
pub mod generics;
pub mod trait_groups;
pub mod traits;
pub mod util;