n0-computer / beetle

Other
34 stars 15 forks source link

refactor: move `unixfs` out of the `iroh-resolver` package #94

Closed ramfox closed 1 year ago

ramfox commented 1 year ago

We need to separate out the unixfs definition, unixfs_builder, and hamt work from the rest of the iroh-resolver code.

This is a bit hairy as there is some cross-contamination of dependencies (iroh-resolver::resolver depends on some iroh-resolver::unixfs bits, and vice versa)

fabricedesre commented 1 year ago

That would be great, especially if that is reusable for native ipfs:// and ipns:// protocol handlers in browsers.