7 unstable releases (3 breaking)

0.4.1 Nov 8, 2024
0.4.0 Apr 26, 2024
0.3.0 Apr 8, 2024
0.2.2 Jun 19, 2022
0.1.0 Oct 17, 2016

#127 in Compression

Download history 4168/week @ 2024-09-02 4664/week @ 2024-09-09 4041/week @ 2024-09-16 3719/week @ 2024-09-23 4795/week @ 2024-09-30 4352/week @ 2024-10-07 4843/week @ 2024-10-14 4655/week @ 2024-10-21 4700/week @ 2024-10-28 5260/week @ 2024-11-04 5608/week @ 2024-11-11 5092/week @ 2024-11-18 5076/week @ 2024-11-25 6050/week @ 2024-12-02 6583/week @ 2024-12-09 4724/week @ 2024-12-16

22,939 downloads per month
Used in 31 crates (16 directly)

MIT license

30KB
590 lines

An API for creating CPIO archives

Crates.io License Crates.io Version docs.rs

Supported formats

  • newc (SVR4)

lib.rs:

A library for reading and writing CPIO archives.

CPIO archives can be in any of several formats. For now, this library only supports the newc (SVR4) format.

No runtime deps