smithy-rs/rust-runtime/aws-smithy-query
John DiSanti b2f15ce961
Independently version all runtime crates (#3448)
This will make all the runtime crates independently versioned, which
will later remove the need for version number properties in the
gradle.properties file. A full release cycle should be done before
cleaning up the old logic just to be safe though.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-02-28 22:35:28 +00:00
..
src Add the `docsrs` autocfg attr to all crates 2023-12-08 10:24:19 -05:00
Cargo.toml Independently version all runtime crates (#3448) 2024-02-28 22:35:28 +00: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
external-types.toml Check external types for runtime and SDK crates in CI (#1625) 2022-08-10 18:33:43 -07:00

README.md

Serializers for AwsQuery

This crate implements utilities for serializing and deserializing the AWS Query protocol.

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.