smithy-rs/design
Thomas B 2d003567e5
Make BehaviorVersion as future-proof as the documentation and RFC specify (#3513)
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>
2024-03-27 00:10:10 +00:00
..
src Make BehaviorVersion as future-proof as the documentation and RFC specify (#3513) 2024-03-27 00:10:10 +00:00
static Design Doc Updates (#1347) 2022-04-27 15:49:25 +00:00
.gitignore Http Operation traits and structures (#167) 2021-01-25 08:56:55 -05:00
README.md Fix repo org move issues (#3166) 2023-11-10 18:51:04 +00:00
book.toml Add CI to the book (#2027) 2023-06-07 09:01:16 +00:00

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