lib.rs 122 bytes
#![no_std]
#![no_main]
#[cfg(target_arch = "riscv64")]
mod riscv64;
#[cfg(target_arch = "riscv64")]
pub use riscv64::*;