5 lines
84 B
Rust
5 lines
84 B
Rust
|
#[cfg(feature = "yjit")]
|
||
|
pub use yjit::*;
|
||
|
#[cfg(feature = "zjit")]
|
||
|
pub use zjit::*;
|