conjure-runtime 7.2.0

An HTTP client compatible with Conjure-generated services
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<p align="right">
<a href="https://autorelease.general.dmz.palantir.tech/palantir/conjure-rust-runtime"><img src="https://img.shields.io/badge/Perform%20an-Autorelease-success.svg" alt="Autorelease"></a>
</p>

# Conjure Rust Runtime

[![CircleCI](https://circleci.com/gh/palantir/conjure-rust-runtime.svg?style=shield)](https://circleci.com/gh/palantir/conjure-rust-runtime)

[Documentation](https://docs.rs/conjure-runtime)

`conjure-runtime` is a client-side HTTP framework for the Rust programming language. It can operate both with generated
[Conjure](https://github.com/palantir/conjure) interfaces and as a standalone client. See the crate's documentation for
more details.

## License

This repository is made available under the [Apache 2.0 License](http://www.apache.org/licenses/LICENSE-2.0).