b2365db44e
Copy-and-paste from https://github.com/seanmonstar/warp/issues/619; Further reduces compilation time (30-40% improvement observed). Removed "combine_unify" macro since it didn't add any extra benefit. |
||
---|---|---|
.. | ||
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:
The vision for this crate is to eventually provide warp filters and async methods suitable to providing the Ipfs HTTP API in other applications as well instead of having to write application specific debug and introspection APIs.
HTTP specs:
Status: Pre-alpha, most of the functionality is missing or 501 Not Implemented
. See the repository level README for more information.