Apollo-client

Rustc Version Actions Crate API

Rust🦀 client for Apollo.

Power by Rust async/await.

Installation

With cargo add installed run:

sh $ cargo add -s apollo-client

Features

  1. Not all features are default, you can read the [features] section of Cargo.toml to know all the features.

  2. The xml and yaml features aren't enable by default, if you have such kind namespace, you should add features in Cargo.toml, just like:

    toml apollo-client = { version = "0.6", features = ["yaml", "xml"] }

    Or simply enable all features:

    toml apollo-client = { version = "0.6", features = ["full"] }

Usage

You can find some examples in the examples directory.

License

Unlicense.