mirror of https://github.com/smithy-lang/smithy-rs
682 B
682 B
Smithy Protocol Tests
This library implements utilities for validating serializers & deserializers against Smithy protocol tests. Specifically, this crate includes support for:
- MediaType-aware comparison for XML, JSON and AWS Query.
- NaN/Infinty supporting floating point comparisons.
- HTTP header & query string validators.
This crate is part of the AWS SDK for Rust and the smithy-rs code generator. In most cases, it should not be used directly.