File: README.md

package info (click to toggle)
rust-rust-unixfs 0.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 652 kB
  • sloc: sh: 17; makefile: 2
file content (19 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# 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 `Cid`s is given

## Status

* unfiltered walking of known unixfs trees
* creation of balanced file trees
* creation of non HAMT-sharded directory trees

See the docs at https://docs.rs/ipfs-unixfs.

## License

MIT or APL2.