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§
pub use rust_unixfs as ll;
Structs§
- Ipfs
Unixfs - Unixfs
Add - Unixfs
Cat - 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 borrowedIpfs
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. - Unixfs
Get - Unixfs
Ls
Enums§
- AddOpt
- Entry
- Starting
Point - The starting point for unixfs walks. Can be converted from IpfsPath and Blocks, and Cids can be converted to IpfsPath.
- Traversal
Failed - Types of failures which can occur while walking the UnixFS graph.
- Unixfs
Status