JsonDeserializer extractor for zero-copy deserialization (#2431)

This commit is contained in:
future-highway
2023-12-29 12:06:47 +01:00
committed by GitHub
parent c3db223532
commit 56159b0d4e
6 changed files with 462 additions and 2 deletions
+1
View File
@@ -16,6 +16,7 @@
//! `cookie-key-expansion` | Enables the `Key::derive_from` method | No
//! `erased-json` | Enables the `ErasedJson` response | No
//! `form` | Enables the `Form` extractor | No
//! `json-deserializer` | Enables the `JsonDeserializer` extractor | No
//! `json-lines` | Enables the `JsonLines` extractor and response | No
//! `multipart` | Enables the `Multipart` extractor | No
//! `protobuf` | Enables the `Protobuf` extractor and response | No