rust-ipfs/http
ljedrz d2016f0193 fix: use tokio::test in http instead of its async_std counterpart
Signed-off-by: ljedrz <ljedrz@gmail.com>
2020-08-07 09:27:15 +02:00
..
src fix: use tokio::test in http instead of its async_std counterpart 2020-08-07 09:27:15 +02:00
build.rs feat: rsa keygen using openssl with compat storage 2020-03-12 16:30:36 +02:00
Cargo.toml fix: use tokio::test in http instead of its async_std counterpart 2020-08-07 09:27:15 +02:00
README.md fix: s/ipfs-rust/rs-ipfs 2020-06-08 14:22:03 +03:00

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.