An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

# iroh-car

[![crates.io](https://img.shields.io/crates/v/iroh-car.svg?style=flat-square)](https://crates.io/crates/iroh-car)
[![Released API docs](https://img.shields.io/docsrs/iroh-car?style=flat-square)](https://docs.rs/iroh-car)
[![MIT/Apache-2.0 licensed](https://img.shields.io/crates/l/iroh-car?style=flat-square)](../LICENSE-MIT)
[![CI](https://img.shields.io/github/actions/workflow/status/n0-computer/iroh-car/ci.yml)](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.