diff --git a/README.md b/README.md index 6061700..d89c440 100644 --- a/README.md +++ b/README.md @@ -156,12 +156,16 @@ procedural macros. Some other projects whose procedural macros you can check out are: + + - [the `synstructure` crate](https://github.com/mystor/synstructure "GitHub/mystor/synstructure"). - [actix web](https://github.com/search?q=repo%3Aactix%2Factix-web+proc_macro&type=code "`proc_macro` source code search results"). - [the `poise` crate](https://github.com/serenity-rs/poise/blob/current/macros/src/lib.rs "GitHub/serenity-rs/poise/macros/lib.rs"). - [the `darling` and `darling_core` crates](https://github.com/search?q=repo%3ATedDriggs%2Fdarling%20proc_macro&type=code "`proc_macro` source code search results"). + + ### Video sources - [Comprehending Proc Macros](https://www.youtube.com/watch?v=SMCRQj9Hbx8) @@ -173,6 +177,10 @@ Some other projects whose procedural macros you can check out are: ## License -This repository is public domain and dual licensed with the [CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) license or [The Unlicense](https://opensource.org/license/unlicense) lisence. +This repository is public domain and dual licensed with the +[CC0 1.0 Universal](https://creativecommons.org/publicdomain/zero/1.0/legalcode.en) +license or +[The Unlicense](https://opensource.org/license/unlicense) +lisence. You're free to choose which one to use.