scx_rustland_core/
lib.rs

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