3 releases
0.1.2 | Sep 3, 2024 |
---|---|
0.1.1 | Sep 3, 2024 |
0.1.0 | Sep 2, 2024 |
#1854 in Parser implementations
136 downloads per month
14KB
251 lines
About
The tower-http
crate is a
wonderful crate, however, it's cors
module can be repetitive to configure dynamically as none of the types
implement Deserialize
. The point of this crate is to provide these
deserializable config types for others so that users of the crate across
the ecosystem don't need to repeatedly create their own versions of these
types.
Dependencies
~4–5.5MB
~100K SLoC