smithy-rs/rust-runtime/aws-smithy-eventstream
John DiSanti 81db5c48e9
Defer event stream semver hazard fix (#3371)
Defer fixing the event stream semver hazard.

----

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._
2024-01-23 20:06:17 +00:00
..
fuzz Move `Message`, `Header`, `HeaderValue`, and `StrBytes` from `aws-smithy-eventstream` to `aws-smithy-types` (#3139) 2023-11-06 20:00:31 +00:00
src Upgrade nightly used in CI (#3073) 2023-12-14 11:30:23 -08:00
test_data Prefix Smithy runtime crates with `aws-` (#788) 2021-10-20 10:21:15 -07:00
Cargo.toml Defer event stream semver hazard fix (#3371) 2024-01-23 20:06:17 +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
additional-ci Remove excess cargo test passes from additional-ci (#1595) 2022-07-28 20:40:49 +00:00
external-types.toml Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00

README.md

aws-smithy-eventstream

AWS Event Stream frame serialization/deserialization implementation.

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.