summaryrefslogtreecommitdiffstats
path: root/README.md
blob: b17e6a6d08c1829cfeddd20a5fca8eb2579c22f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
## Rust IPFS API Library

```toml
[dependencies]
ipfs-api = "0.4.0"
```

### Goals

  * Provide a full implementation of the HTTP API specification described here: https://ipfs.io/docs/api/.
  * Provide a partial implementation of the `ipfs` cli.
  * Write idiomatic rust, and make use of rust's memory safety features.
  * Provide support for `0.4.*`, with possible backwards compatibility features.
  * Provide cross platform support for Linux, OSX, and Windows.