alef-codegen 0.15.33

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
//! Shared code generation utilities for all language backends.
//! Provides struct/enum/function generators, type mapping, and conversion helpers.

pub(crate) mod template_env;

pub mod builder;
pub mod c_consumer;
pub mod config_gen;
pub mod conversions;
pub mod doc_emission;
pub mod error_gen;
pub mod generators;
pub mod keywords;
pub mod naming;
pub mod shared;
pub mod type_mapper;