rust-unixfs

Crates.iorust-unixfs
lib.rsrust-unixfs
version0.5.0
sourcesrc
created_at2022-12-08 06:29:52.003477
updated_at2024-09-27 16:21:01.648336
descriptionUnixFs tree support
homepage
repositoryhttps://github.com/dariusc93/rust-ipfs
max_upload_size
id732412
size276,937
Darius Clark (dariusc93)

documentation

README

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

  • 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.

Commit count: 2596

cargo fmt