Skip to content
Snippets Groups Projects
Select Git revision
20 results

smithy-rs

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Russell Cohen authored
    A builder object is generated for Structure shapes. The builder will be fallible (return `Result<T, String>`) if the structure has required members without defaults.
    
    If the structure has no required members, the `build()` method directly returns the constructed object. This required a number of refinements to our module handling as the builders are namespaced to 1-module-per-shape.
    6e772b9d
    History
    Name Last commit Last update