1
2
3
4
5
6
7
pub mod basic;
/// You Should ignore any Window, State<> type in the function signature, as
/// they are used for Tauri's state management. You only need to focus on the
/// function signature, other type parameters and the return type.
pub mod middleware;
pub mod rv32f;
pub mod rv32i;