acadia/rust/lib/fs/ext2/src/lib.rs

9 lines
95 B
Rust

#![no_std]
extern crate alloc;
mod ext2_driver;
mod types;
pub use ext2_driver::Ext2Driver;