smithy-rs/rust-runtime/aws-smithy-xml
Russell Cohen 06e66d191c
Scrape doc examples (#3334)
## 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._
2023-12-20 18:11:43 +00:00
..
src Add the `docsrs` autocfg attr to all crates 2023-12-08 10:24:19 -05:00
tests Update MSRV to 1.66.1 (#2468) 2023-03-16 21:58:14 +00:00
Cargo.toml Scrape doc examples (#3334) 2023-12-20 18:11:43 +00:00
LICENSE docs.rs metadata & license linter & fixes (#904) 2021-12-01 12:26:47 +01:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
external-types.toml Remove third party types from public APIs (#2845) 2023-07-14 17:36:17 +00:00

README.md

aws-smithy-xml

XML serialization and deserialization primitives for services generated by smithy-rs.

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.