From b2f99e9a5f5c97c1e745235fea9a9d521c9b6276 Mon Sep 17 00:00:00 2001 From: 1Kill2Steal <171241044+1Git2Clone@users.noreply.github.com> Date: Tue, 14 Jan 2025 21:21:55 +0200 Subject: [PATCH] Resolved markdownlint MD013 warnings --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) 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.