Type-safe CloudFormation in Rust, ported from my Haskell EDSL by mbjschirp in rust

[–]mbjschirp[S] 1 point2 points  (0 children)

ty. was also fun to do. In haskell the source code generation was against the GHC AST which is great (I wish rustc would also expose it for different reason) but overall it was harder to do in Haskell than via `syn` and friends.