Module rust_ipfs::unixfs

source ·
Expand description

Adaptation for ipfs-unixfs crate functionality on top of crate::Ipfs.

Adding files and directory structures is supported but not exposed via an API. See examples and ipfs-http.

Re-exports§

Structs§

  • IPFS cat operation, producing a stream of file bytes. This is generic over the different kinds of ways to own an Ipfs value in order to support both operating with borrowed Ipfs value and an owned value. Passing an owned value allows the return value to be 'static, which can be helpful in some contexts, like the http.

Enums§