mirror of https://github.com/smithy-lang/smithy-rs
2d003567e5
Fixes aws-sdk-rust#1111 This is *technically* a breaking change but since this was released recently and it's documented that this API shouldn't be used, this can probably be considered a bug, which is better fixed now than later. --------- Co-authored-by: ysaito1001 <awsaito@amazon.com> |
||
---|---|---|
.. | ||
src | ||
static | ||
.gitignore | ||
README.md | ||
book.toml |
README.md
Design docs are hosted here.
To render design docs locally:
cargo install mdbook
cargo install mdbook-mermaid
mdbook serve &
open http://localhost:3000