1 unstable release
Uses old Rust 2015
0.1.0 | Mar 22, 2017 |
---|
#34 in #storage-service
56KB
1.5K
SLoC
Kinto Rust client
https://img.shields.io/travis/Kinto/kinto-http.rs.svgKinto is a service that allows users to store and synchronize arbitrary data, attached to a user account. Its primary interface is HTTP.
kinto-http is a Rust library that eases the interactions with a Kinto server instance. A project with related goals is also available for JavaScript and for Python.
Installation
Use cargo:
$ cargo build
Run tests
In one terminal, run a Kinto server:
$ make runkinto
In another, run the tests against it:
$ cargo tests
Dependencies
~7–15MB
~223K SLoC