alef 0.23.41

Opinionated polyglot binding generator for Rust libraries
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 `crate::core::keywords`. This module re-exports
//! them so that `alef-codegen` consumers can use `crate::codegen::keywords::*` without
//! a direct dependency on `alef-core`.

pub use crate::core::keywords::*;