rustli 0.2.0

Rustli is a minimal Rust library to talk to Restli servers https://github.com/linkedin/rest.li. This is personal project.
Documentation

Intro

Rustli is a minimal Rust library to talk to Restli servers.

Serialization

This library requires serde on rust version 1.15.1 or better.

Fetch

Rustli provides fetch functionality on top of curl-rust.

We have also evaluate hyper.

See also rust-rest

Unfortunately there is a bug in cargo for our use case of hyper. We want to support OS X with native libraries and Linux with Openssl. This requires loading hyper with different features based on the target os and this is not supported in cargo.

Tests

To run tests for all features use run-tests.sh