5 lines
119 B
Rust
5 lines
119 B
Rust
//! Legacy ("old-style") backends that will be removed in the future.
|
|
|
|
#[cfg(feature = "riscv")]
|
|
pub(crate) mod riscv;
|