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

#121 in Compression

Download history 4668/week @ 2024-10-09 4904/week @ 2024-10-16 4829/week @ 2024-10-23 4638/week @ 2024-10-30 5403/week @ 2024-11-06 5603/week @ 2024-11-13 5147/week @ 2024-11-20 5417/week @ 2024-11-27 6115/week @ 2024-12-04 5942/week @ 2024-12-11 4950/week @ 2024-12-18 4272/week @ 2024-12-25 5382/week @ 2025-01-01 6581/week @ 2025-01-08 6673/week @ 2025-01-15 6163/week @ 2025-01-22

25,266 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