Module rasn_compiler::prelude
source · Expand description
Convenience module that collects all necessary imports for using and customizing the compiler.
Re-exports§
pub use super::CompileResult;pub use super::Compiler;pub use super::CompilerMissingParams;pub use super::CompilerOutputSet;pub use super::CompilerReady;pub use super::CompilerSourcesSet;pub use crate::intermediate::ToplevelDefinition;
Modules§
Structs§
Enums§
Traits§
- Implementors of the
Backendtrait can be used as a backend to the compiler in order to create bindings for other frameworks and languages than the default backend.