Helia
An implementation of IPFS in Rust
This crate provides a create_helia function that returns an object implementing
the [Helia] trait. Pass it to other modules like helia-unixfs to make files
available on the distributed web.
Example
use create_helia;
use Cid;
async