alef-codegen 0.3.4

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

pub mod builder;
pub mod config_gen;
pub mod conversions;
pub mod error_gen;
pub mod generators;
pub mod naming;
pub mod shared;
pub mod templates;
pub mod type_mapper;