Skip to content
Unverified Commit e6ef4fed authored by Russell Cohen's avatar Russell Cohen Committed by GitHub
Browse files

improve ByteStream docs & add pub use (#443)

* improve ByteStream docs & add pub use

This commit attempts to improve the discoverability and useability of `ByteStream`:
1. Adds pub use for bytestream. This is currently added to all crates. At some point in the future, we may wish to prune this
to crates that actually use it, but as it doesn't actually add an additional dependency, there isn't currently any harm.
SdkBody is explicitly _not_ pub use'd. Generally, people shouldn't need to use `SdkBody` directly.

2. Clarifies, adds examples, and generally increases the scope of the `ByteStream` documentation.

* Update rust-runtime/smithy-http/src/byte_stream.rs
parent 8c1f763d
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment