From b3f965dd67a8ad4cd6627b0346302674e477d51b Mon Sep 17 00:00:00 2001 From: Nilstrieb <48135649+Nilstrieb@users.noreply.github.com> Date: Tue, 6 Feb 2024 21:35:22 +0100 Subject: [PATCH] update --- README.md | 2 ++ src/main.rs | 10 ++++++++-- 2 files changed, 10 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d653042..d73b604 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ Experiment with automatically generating target tier docs. +See + ## Problems Currenly, the [target tier docs](https://doc.rust-lang.org/rustc/platform-support.html) are hard to navigate. diff --git a/src/main.rs b/src/main.rs index 25de99d..21b4d37 100644 --- a/src/main.rs +++ b/src/main.rs @@ -139,9 +139,15 @@ fn render_static(targets: &[&str]) { "\ # platform support generated -This is an experiment of what target tier documentation could look like. +This is an experiment of what generated target tier documentation could look like. -See https://github.com/Nilstrieb/target-tier-docs-experiment for the source. +See for the source. +The README of the repo contains more information about the motivation and benefits. + +Targets of interest with information filled out are any tvos targets like [aarch64-apple-tvos](./aarch64-apple-tvos.md) +and [powerpc64-ibm-aix](./powerpc64-ibm-aix.md). + +But as you might notice, all targets are actually present with a stub :3. ", ) .unwrap();