Expand description
AWS Event Stream frame serialization/deserialization implementation.
Modulesยง
- arbitrary
derive-arbitrary
- Defines new-types wrapping inner types from
aws_smithy_types
to enable theArbitrary
trait for fuzz testing. - error
- frame
- Event Stream message frame types and serialization/deserialization logic.
- message_
size_ hint - Provides size hint functionality for Event Stream messages to optimize buffer allocation.
- smithy
- test_
util test-util