Joonas Koivunen fb91f514c9 add: try_parse to recover pbnode either way
this is probably needed for the directory resolving.
2020-06-10 20:32:11 +03:00
..
2020-06-08 15:03:34 +03:00
2020-06-08 15:03:34 +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
  • directory support has not been implemented
  • creation and alteration of dags has not been implemented