summaryrefslogtreecommitdiffstats
path: root/README.md
blob: 678ca075502f2b0272357364938ff15748bf59d3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
## 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/.
  * Write idiomatic rust, and make use of rust's memory safety features.
  * Provide support for `go-ipfs 0.4.*`, with possible backwards compatibility features.
  * Feature parity with the `go-ipfs` cli.
  * Provide cross platform support for Linux, OSX, and Windows.

#### Maybe (?)

  * Add integration tests for the `go-ipfs` implementation, and `js-ipfs` implementation of the ipfs spec.
  * Explore a higher level API for interacting with IPFS.
  * File system abstraction