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
18,998 downloads per month
Used in 30 crates
(16 directly)
29KB
588 lines
An API for creating CPIO archives
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.