rust-ipfs/unixfs
2020-08-25 12:36:37 +03:00
..
benches feat: serialization of symlink blocks 2020-08-14 14:40:21 +03:00
examples doc: update comments regarding buckets 2020-08-14 10:32:10 +03:00
src doc(unixfs): correct doc for ResolveError::UnexpectedType 2020-08-25 12:36:37 +03:00
Cargo.toml chore: bump unixfs 0.1.0 2020-08-14 15:18:16 +03:00
CHANGELOG.md doc: suggestions from code review 2020-08-14 16:29:16 +03:00
pb-rs-gen.sh fix: remove --owned from pb-rs gen 2020-06-08 15:03:34 +03:00
README.md chore: update README.md 2020-08-14 15:47:20 +03:00

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.