8 lines
95 B
Rust
8 lines
95 B
Rust
#![no_std]
|
|
|
|
extern crate alloc;
|
|
|
|
mod ext2_driver;
|
|
mod types;
|
|
|
|
pub use ext2_driver::Ext2Driver;
|