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

Download history 8/week @ 2024-11-20 10/week @ 2024-11-27 21/week @ 2024-12-04 49/week @ 2024-12-11 7/week @ 2024-12-18 7/week @ 2025-01-15 12/week @ 2025-01-22 1/week @ 2025-01-29 20/week @ 2025-02-05 25/week @ 2025-02-12 15/week @ 2025-02-19 20/week @ 2025-02-26 10/week @ 2025-03-05

70 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

~3–11MB
~115K SLoC