From 63a34b2fb486bdc32be88e6bb1e78d5040697552 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sun, 12 May 2024 17:00:49 +0200 Subject: [PATCH] add rust api link --- _tabs/links.md | 1 + 1 file changed, 1 insertion(+) diff --git a/_tabs/links.md b/_tabs/links.md index 990816c..43b5230 100644 --- a/_tabs/links.md +++ b/_tabs/links.md @@ -34,6 +34,7 @@ The following links are related to taking or processing notes. * [conventional commits](https://www.conventionalcommits.org/en/v1.0.0/) - A standard on how to write git commit messages * [Rust](https://www.rust-lang.org/) - My favorite programming language +* [Rust Api Documentation Convention](https://github.com/rust-lang/rfcs/blob/master/text/1574-more-api-documentation-conventions.md#appendix-a-full-conventions-text) RFCs on how to write doc comments in rust. ## Editors