736: More `xtasks` and add examples to `rtic` repo r=korken89 a=datdenkikniet

This was in #732 before, but decluttering that PR seemed sensible

Co-authored-by: datdenkikniet <jcdra1@gmail.com>
This commit is contained in:
bors[bot] 2023-04-16 19:19:09 +00:00 committed by GitHub
commit 55083fb3cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
37 changed files with 3319 additions and 1318 deletions

View file

@ -2,7 +2,6 @@
html_logo_url = "https://raw.githubusercontent.com/rtic-rs/rtic/master/book/en/src/RTIC.svg",
html_favicon_url = "https://raw.githubusercontent.com/rtic-rs/rtic/master/book/en/src/RTIC.svg"
)]
//deny_warnings_placeholder_for_ci
macro_rules! with_backend {
(mod: [$($mod:tt),*]) => {