From 296290256492bd50ca0d2957c193ac84cf26a710 Mon Sep 17 00:00:00 2001 From: Sunli Date: Tue, 30 Nov 2021 09:46:18 +0800 Subject: [PATCH] Update README --- README.md | 1 + src/lib.rs | 1 + 2 files changed, 2 insertions(+) diff --git a/README.md b/README.md index d492e98f..a19ca797 100644 --- a/README.md +++ b/README.md @@ -78,6 +78,7 @@ This crate offers the following features, all of which are not activated by defa - `secrecy`: Integrate with the [`secrecy` crate](https://crates.io/crates/secrecy). - `decimal`: Integrate with the [`rust_decimal` crate](https://crates.io/crates/rust_decimal). - `cbor`: Support for [serde_cbor](https://crates.io/crates/serde_cbor). +- `smol_str`: Integrate with the [`smol_str` crate](https://crates.io/crates/smol_str). ## Apollo Studio diff --git a/src/lib.rs b/src/lib.rs index 1d19f66f..c64c099e 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -73,6 +73,7 @@ //! - `dataloader`: Support [DataLoader](dataloader/struct.DataLoader.html). //! - `decimal`: Integrate with the [`rust_decimal` crate](https://crates.io/crates/rust_decimal). //! - `cbor`: Support for [serde_cbor](https://crates.io/crates/serde_cbor). +//! - `smol_str`: Integrate with the [`smol_str` crate](https://crates.io/crates/smol_str). //! //! ## Integrations //!