squashfs 0.1.0

A pure rust implement of squashfs library.
Documentation

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.