Expand description
IpfsPath
related functionality for content addressed paths with links.
Structs§
- Ipfs
Path - Abstraction over Ipfs paths, which are used to target sub-trees or sub-documents on top of
content addressable (
Cid
) trees. The most common use case is to specify a file under an unixfs tree from underneath aCid
forest. - Slashed
Path - SlashedPath is internal to IpfsPath variants, and basically holds a unixfs-compatible path where segments do not contain slashes but can pretty much contain all other valid UTF-8.
Enums§
- Ipfs
Path Error - The path mutation or parsing errors.
- Path
Root - The “protocol” of
IpfsPath
.