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

#123 in Compression

Download history 4136/week @ 2024-08-22 4254/week @ 2024-08-29 4355/week @ 2024-09-05 4578/week @ 2024-09-12 3803/week @ 2024-09-19 4193/week @ 2024-09-26 4346/week @ 2024-10-03 4762/week @ 2024-10-10 4842/week @ 2024-10-17 4811/week @ 2024-10-24 4662/week @ 2024-10-31 5510/week @ 2024-11-07 5565/week @ 2024-11-14 5090/week @ 2024-11-21 5441/week @ 2024-11-28 5337/week @ 2024-12-05

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