Skip to content

A userspace generic library of EROFS written in rust

License

Notifications You must be signed in to change notification settings

ToolmanP/erofs-rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Erofs Rust Userspace Library

This Repository aims to rewrite the original Extended Read-only FileSystem Userspace Library and Tools using Rust. It comes with total rewrite of implementation logic with the causion of just a little unsafe code to make sure its compatibility with on-disk data layouts.Much or the erofs-sys will be embedded into the Linux kernel to rewrite the logic of the original C implementation.

Notes: The MSRV for this repository is always kept in sync with the Rust For Linux MSRV for compatibility issues.

About

A userspace generic library of EROFS written in rust

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages