Crest is a REST client library, written in Rust.
It is currently experimental, and incomplete. Pull requests are welcome.
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"]
Documentation is available here.
Crest is licensed under the Apache License, Version 2.0 (see LICENSE-APACHE
)
or the MIT license (see LICENSE-MIT
), at your option.