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

#120 in Compression

Download history 4560/week @ 2024-10-26 5089/week @ 2024-11-02 5649/week @ 2024-11-09 5167/week @ 2024-11-16 5048/week @ 2024-11-23 5840/week @ 2024-11-30 6618/week @ 2024-12-07 5385/week @ 2024-12-14 4411/week @ 2024-12-21 4623/week @ 2024-12-28 6124/week @ 2025-01-04 6866/week @ 2025-01-11 6931/week @ 2025-01-18 6404/week @ 2025-01-25 5392/week @ 2025-02-01 6099/week @ 2025-02-08

26,087 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