Crest

Build Status

Crest is a REST client library, written in Rust.

Status

It is currently experimental, and incomplete. Pull requests are welcome.

Installation

Crest is available from Cargo. If you are using stable Rust, add this to [dependencies] in Cargo.toml:

toml crest = "0.3"

If you are using nightly Rust, this is needed instead:

toml [dependencies.crest] version = "0.3" default-features = false features = ["nightly"]

Usage

Documentation is available here.

License

Crest is licensed under the Apache License, Version 2.0 (see LICENSE-APACHE) or the MIT license (see LICENSE-MIT), at your option.