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

#129 in Compression

Download history 3351/week @ 2024-08-17 4365/week @ 2024-08-24 4117/week @ 2024-08-31 4589/week @ 2024-09-07 4437/week @ 2024-09-14 3690/week @ 2024-09-21 4644/week @ 2024-09-28 4319/week @ 2024-10-05 4829/week @ 2024-10-12 4737/week @ 2024-10-19 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 5849/week @ 2024-11-30

22,656 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