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