rust-ipfs/unixfs
Joonas Koivunen 769ae5bb07 feat: keep track of file size
it would probably be enough to just give it out on the first iteration,
maybe?
2020-06-17 17:26:39 +03:00
..
examples feat: keep track of file size 2020-06-17 17:26:39 +03:00
src feat: keep track of file size 2020-06-17 17:26:39 +03:00
Cargo.toml wip: sneak in most of the private parts of tar-rs 2020-06-17 17:26:39 +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 unixfs readme 2020-06-10 20:33:51 +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:

  • first iteration of file reader has been implemented
  • first iteration of resolving IpfsPath segments through directories has been implemented
  • creation and alteration of dags has not been implemented