Skip to content

Commit

Permalink
Merge pull request krzysztofzablocki#6 from zijievv/main
Browse files Browse the repository at this point in the history
  • Loading branch information
krzysztofzablocki authored Jun 14, 2023
2 parents 107a736 + fea1fc1 commit 6dcc594
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ Dive into Swift Macros with these WWDC sessions:
### Models
- [Coding Keys](https://github.com/Ryu0118/CodingKeysMacro): Effortlessly generate CodingKeys for converting `snake_case` to `lowerCamelCase`.
- [Builder pattern](https://github.com/dziobaczy/SwiftBuilderMacro): Apply the [Builder Pattern](https://refactoring.guru/design-patterns/builder) with ease by generating a `Builder` helper class, mimicking stored properties of the associated struct.
- [EnhancedMirror](https://github.com/unixzii/EnhancedMirror): An experimental Mirror alternative that utilizes Swift Macros for static reflection.

### Testing
- [Power Assert](https://github.com/kishikawakatsumi/swift-power-assert): Adds assertions that can automatically produce information about the values being evaluated, and present it in an easily digestible form.
Expand Down

0 comments on commit 6dcc594

Please sign in to comment.