squashfs

Crates.iosquashfs
lib.rssquashfs
version0.1.0
sourcesrc
created_at2021-07-05 15:54:54.393168
updated_at2021-07-05 15:54:54.393168
descriptionA pure rust implement of squashfs library.
homepage
repositoryhttps://github.com/kofj/rust-squashfs
max_upload_size
id419052
size42,920
疯魔慕薇 (kofj)

documentation

https://docs.rs/squashfs

README

rust-squashfs

Docs

A pure rust implement of squashfs library.

Roadmap

  • Parse squashfs Superblock.
  • Parse fragment table.
  • Parse xattrs table.
  • Parse uid/gid lookup table.
  • Parse inode table.
  • Parse directory table.
  • Parse export table.
  • Multiple Compressors:
    • gzip algorithm.
    • lzma algorithm.
    • lzo algorithm.
    • xz algorithm.
    • lz4 algorithm.
    • zstd algorithm.
Commit count: 19

cargo fmt