6 releases (3 breaking)

0.4.0 Apr 26, 2024
0.3.0 Apr 8, 2024
0.2.2 Jun 19, 2022
0.2.1 Jan 31, 2022
0.1.0 Oct 17, 2016

#140 in Compression

Download history 2818/week @ 2024-07-15 3430/week @ 2024-07-22 4193/week @ 2024-07-29 3737/week @ 2024-08-05 3635/week @ 2024-08-12 3471/week @ 2024-08-19 4447/week @ 2024-08-26 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 4747/week @ 2024-10-28

18,998 downloads per month
Used in 30 crates (16 directly)

MIT license

29KB
588 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