ipfs-unixfs

Crates.ioipfs-unixfs
lib.rsipfs-unixfs
version0.2.0
sourcesrc
created_at2020-06-18 17:55:40.195982
updated_at2020-09-23 13:48:39.181151
descriptionUnixFs tree support
homepage
repositoryhttps://github.com/rs-ipfs/rust-ipfs
max_upload_size
id255421
size270,390
Joonas Koivunen (koivunej)

documentation

README

ipfs-unixfs

Goals

  • blockstore API independent way to traverse the merkledag
    • the core read API does not deal with loading blocks
    • instead access to interesting Cids is given

Status

  • unfiltered walking of known unixfs trees
  • creation of balanced file trees
  • creation of non HAMT-sharded directory trees

See the docs at https://docs.rs/ipfs-unixfs.

License

MIT or APL2.

Commit count: 1814

cargo fmt