alef-codegen 0.11.19

Shared codegen utilities for the alef polyglot binding generator
Documentation
1
2
3
4
5
6
7
//! Re-exports of reserved keyword lists and field-name escaping from `alef-core`.
//!
//! The canonical definitions live in `alef_core::keywords`. This module re-exports
//! them so that `alef-codegen` consumers can use `alef_codegen::keywords::*` without
//! a direct dependency on `alef-core`.

pub use alef_core::keywords::*;