#storage #service #server #storage-service #data #kinto

kinto_http

Rust HTTP client for the Kinto storage service

1 unstable release

Uses old Rust 2015

0.1.0 Mar 22, 2017

#37 in #storage-service

Apache-2.0

56KB
1.5K SLoC

Kinto Rust client

https://img.shields.io/travis/Kinto/kinto-http.rs.svg

Kinto 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

~8–17MB
~249K SLoC