Joonas Koivunen 6a96593866 refactor: make Walker easier to use
turns out the internal structure almost supported this already, but
`self.current` needed to be done an Option.
2020-06-17 17:27:05 +03:00
..
2020-06-17 17:27:05 +03:00
2020-06-17 17:27:05 +03:00
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