docs.rs failed to build apollo-client-0.5.0
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build:
apollo-client-0.8.1
Apollo-client
Rust🦀 client for Apollo.
Power by Rust async/await.
Installation
With cargo add installed run:
Features
-
Not all features are default, you can read the
[features]section of Cargo.toml to know all the features. -
The
xmlandyamlfeatures aren't enable by default, if you have such kind namespace, you should addfeaturesinCargo.toml, just like:= { = "0.5", = ["yaml", "xml"] }Or simply enable all features:
= { = "0.5", = ["full"] } -
By default, using curl client
isahcto handle http request, you can switch tohyperby enable thewith-hyperfeature.= { = "0.5", = false, = ["with-hyper"] }Or:
= { = "0.5", = false, = ["full-hyper"] }Or specify the
Scenario.
Usage
You can find some examples in the examples directory.
License
Unlicense.