cpio 0.4.1

An API for creating CPIO archives
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[package]
name = "cpio"
description = "An API for creating CPIO archives"
version = "0.4.1"
authors = ["Jonathan Creekmore <jonathan@thecreekmores.org>"]
license = "MIT"
repository = "https://github.com/jcreekmore/cpio-rs"
documentation = "https://docs.rs/cpio/"
keywords = ["cpio", "archive"]
edition = "2021"

[dependencies]