1 2 3 4 5
//! Language adapters. Add a module + register in [`crate::application::engine::AdapterRegistry`]. pub mod rust; pub use rust::RustAdapter;