d2760bb4d5
294: Remove Walker indirection r=koivunej a=c410-f3r Fixes #200. By using mutable references instead of taking ownership, the following is now possible: ```rust ContinuedWalk::Symlink(bytes, _, path, metadata) => { ... } // Instead of ContinuedWalk::Symlink(bytes, item) => { if let Entry::Metadata(metadata_entry) = item.as_entry() { ... } } ``` Co-authored-by: Caio <c410.f3r@gmail.com> Co-authored-by: Joonas Koivunen <joonas@equilibrium.co> |
||
---|---|---|
.. | ||
src | ||
build.rs | ||
Cargo.toml | ||
README.md |
ipfs-http crate
HTTP api on top of ipfs crate. The end binary has some rudimentary ipfs CLI
functionality but mostly in the aim of testing the rust-ipfs
via:
HTTP specs:
Status: Pre-alpha, most of the functionality is missing or 501 Not Implemented
. See the repository level README for more information.