https://github.com/n0-computer/iroh-car
General CAR file support.
https://github.com/n0-computer/iroh-car
Last synced: about 1 year ago
JSON representation
General CAR file support.
- Host: GitHub
- URL: https://github.com/n0-computer/iroh-car
- Owner: n0-computer
- License: other
- Created: 2023-06-27T08:43:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T18:45:12.000Z (over 1 year ago)
- Last Synced: 2024-09-18T20:51:27.732Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 110 KB
- Stars: 5
- Watchers: 6
- Forks: 2
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# iroh-car
[](https://crates.io/crates/iroh-car)
[](https://docs.rs/iroh-car)
[](../LICENSE-MIT)
[](https://github.com/n0-computer/iroh-car/actions?query=workflow%3A%22Continuous+integration%22)
General [CAR file](https://ipld.io/specs/transport/car/) support. "CAR" stands
for Content Addressable aRchives. A CAR file typically contains a serialized
representation of an [IPLD DAG](https://docs.ipfs.tech/concepts/merkle-dag/#merkle-directed-acyclic-graphs-dags),
though is general enough to contain arbitrary IPLD blocks.
Currently supports only [v1](https://ipld.io/specs/transport/car/carv1/).
## License
Licensed under either of Apache License, Version
2.0 or MIT license at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted
for inclusion in this crate by you, as defined in the Apache-2.0 license, shall
be dual licensed as above, without any additional terms or conditions.