chore: update README.md

This commit is contained in:
Joonas Koivunen 2020-08-14 15:47:20 +03:00
parent 2a68d04a81
commit b495c57a1f

View File

@ -8,21 +8,11 @@
## Status ## Status
* first iteration of file reader has been implemented * unfiltered walking of known unixfs trees
* first iteration of resolving IpfsPath segments through directories has been * creation of balanced file trees
implemented * creation of non HAMT-sharded directory trees
* as the HAMTShard structure is not fully understood, all buckets are
searched, however the API is expected to remain the same even if more
efficient lookup is implemented
* first iteration of `/get`-like tree walking implemented
* creation and alteration of dags has not been implemented
## Usage See the docs at https://docs.rs/ipfs-unixfs.
* The main entry point to walking anything unixfs should be `ipfs_unixfs::walk::Walker`
* The main entry point to resolving links under dag-pb or unixfs should be `ipfs_unixfs::resolve`
* There is a `ipfs_unixfs::file::visit::FileVisit` utility but it should be
considered superceded by `ipfs_unixfs::walk::Walker`
## License ## License