syncstorage-rs/README.md
2018-10-15 17:56:42 +01:00

844 B

Build License: MPL 2.0

Syncstorage-rs

Mozilla Sync Storage node built with Rust.

API docs: https://mozilla-services.readthedocs.io/en/latest/storage/apis-1.5.html

Code docs: https://mozilla-services.github.io/syncstorage-rs/syncstorage/

Functional tests live in https://github.com/mozilla-services/server-syncstorage/ and can be run against a local server like this:

git clone https://github.com/mozilla-services/server-syncstorage/
cd server-syncstorage
make build
./local/bin/python syncstorage/tests/functional/test_storage.py http://localhost:8000