Update docs

This commit is contained in:
Sunli 2020-12-15 15:12:05 +08:00
parent 40fc0f6163
commit ef96aa6690

View File

@ -58,6 +58,13 @@
//!
//! This crate offers the following features, all of which are activated by default:
//!
//! **I recommend that you always turn off all features and turn them on only
//! when needed, which can significantly increase compilation speed.**
//!
//! ```toml
//! async-graphql = { version = "*", default-features = false }
//! ```
//!
//! - `apollo_tracing`: Enable the [Apollo tracing extension](extensions/struct.ApolloTracing.html).
//! - `apollo_persisted_queries`: Enable the [Apollo persisted queries extension](extensions/apollo_persisted_queries/struct.ApolloPersistedQueries.html).
//! - `log`: Enable the [logger extension](extensions/struct.Logger.html).
@ -69,7 +76,7 @@
//! - `chrono-tz`: Integrate with the [`chrono-tz` crate](https://crates.io/crates/chrono-tz).
//! - `url`: Integrate with the [`url` crate](https://crates.io/crates/url).
//! - `uuid`: Integrate with the [`uuid` crate](https://crates.io/crates/uuid).
//! - `string_number`: Enable the [StringNumber](extensions/types.StringNumber.html).
//! - `string_number`: Enable the [StringNumber](types/struct.StringNumber.html).
//!
//! ## Integrations
//!