Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rcore-os/cpio
Freestanding CPIO file reader in Rust.
https://github.com/rcore-os/cpio
Last synced: 2 months ago
JSON representation
Freestanding CPIO file reader in Rust.
- Host: GitHub
- URL: https://github.com/rcore-os/cpio
- Owner: rcore-os
- License: mit
- Created: 2021-03-07T16:57:38.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-11-30T11:19:34.000Z (about 3 years ago)
- Last Synced: 2024-10-31T12:40:11.833Z (3 months ago)
- Language: Rust
- Size: 4.88 KB
- Stars: 9
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# cpio
[![CI](https://github.com/rcore-os/cpio/workflows/CI/badge.svg?branch=master)](https://github.com/rcore-os/cpio/actions)
Freestanding (no_std compatible) CPIO file reader in Rust.
Currently only **newc** format is supported.