4 releases (2 breaking)

0.3.0 Oct 21, 2022
0.2.1 Aug 31, 2021
0.2.0 Aug 23, 2021
0.1.0 Jun 14, 2021

#5 in #unix-fs

43 downloads per month
Used in 6 crates (3 directly)

MIT/Apache

220KB
4.5K SLoC

unixfs-v1

Code extracted from rust-ipfs for use with ipfs-embed as the grant driven development has come to an end.

License

MIT or Apache-2.0


lib.rs:

ipfs-unixfs: UnixFs tree support in Rust.

The crate aims to provide a blockstore implementation independent of the UnixFs implementation by working on slices and not doing any IO operations.

The main entry point for extracting information and/or data out of UnixFs trees is ipfs_unixfs::walk::Walker. To resolve IpfsPath segments over dag-pb nodes, ipfs_unixfs::resolve should be used.

Dependencies

~4–12MB
~133K SLoC