Newer
Older
//! Implementation of the Second Extended Filesystem (ext2fs) filesystem
#[allow(clippy::same_name_method)]
mod block;
#[allow(clippy::same_name_method)]
mod inode;
//! Implementation of the Second Extended Filesystem (ext2fs) filesystem
#[allow(clippy::same_name_method)]
mod block;
#[allow(clippy::same_name_method)]
mod inode;