mirror of https://github.com/smithy-lang/smithy-rs
06e66d191c
## Motivation and Context Extracted from #3308, this adds doc example scraping. This won't make much of a difference yet but it will help if we're able to move example repos directly under the SDKs themselves when appropriate. ## Description https://doc.rust-lang.org/rustdoc/scraped-examples.html ## Testing verified that examples appear in docs when expected ## Checklist no changelog ---- _By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice._ |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
LICENSE | ||
README.md | ||
external-types.toml |
README.md
aws-inlineable
This is not a "real" crate, but instead a collection of Rust files which can be automatically copied into generated SDKs. This exists to facilitate writing complex snippets of code that can be tested with normal testing machinery without needing to create and publish an entire additional crate.
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.