akern-gkgoat-fork/user/ablewasi/src/lib.rs

9 lines
73 B
Rust
Raw Normal View History

2023-04-11 23:48:05 +00:00
pub mod sys;
pub mod api;
#[cfg(test)]
mod tests {
use super::*;
}