scx_rustland_core/
lib.rs

1mod bindings;
2
3pub const VERSION: &'static str = env!("CARGO_PKG_VERSION");
4
5mod alloc;
6pub use alloc::ALLOCATOR;
7
8mod rustland_builder;
9pub use rustland_builder::RustLandBuilder;