smithy-rs/rust-runtime/aws-smithy-protocol-test
Fahad Zubair 755dd28c8d Simplify the match statements 2024-10-02 08:48:14 +01:00
..
src Simplify the match statements 2024-10-02 08:48:14 +01:00
Cargo.toml Bump `aws-smithy-protocol-test` crate version to `0.63` 2024-10-01 21:26:20 +01:00
LICENSE Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00

README.md

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.