Skip to content

anonycoder10/ext4.rust

Repository files navigation

ext4.rust

Rust-only ext4 implementation without unsafe code.

Supporting features

  • no_std
  • Direct/Indirect Block Addressing (RO)
  • Extent Tree Addressing (RW)
  • Htree directory
  • Linear directory
  • Buddy block allocator
  • Multithreading

Build & Test

$ cargo build
$ cargo test

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages