Expand description
Core types and configuration for alef polyglot binding generator. Defines IR types, config schema, and backend trait.
Re-exports§
pub use backend::Backend;pub use backend::Capabilities;pub use backend::GeneratedFile;pub use config::resolve_output_dir;pub use error::AlefError;pub use ir::ApiSurface;
Modules§
- backend
- config
- error
- hash
- Content hashing and generated-file headers.
- ir
- jni
- Shared symbol-naming utilities for JNI emission.
- keywords
- Reserved keyword lists and field-name escaping for all supported language backends.
- template_
versions - Centralized third-party dependency version strings for code generation.
- version
- Cross-ecosystem version-format conversions.