smithy-rs/design
Russell Cohen 71c5788398
Default collections RFC (#2900)
[Rendered](https://github.com/awslabs/smithy-rs/blob/flatten-collections-rfc/design/src/rfcs/rfc0035_collection_defaults.md)

Could use a bit more color but I think it gets the point across.

_By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice._

---------

Co-authored-by: John DiSanti <jdisanti@amazon.com>
2023-08-03 17:39:33 +00:00
..
src Default collections RFC (#2900) 2023-08-03 17:39:33 +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 Design Doc Updates (#1347) 2022-04-27 15:49:25 +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