This commit is contained in:
nora 2024-02-06 21:35:22 +01:00
parent 066dc27bc5
commit b3f965dd67
2 changed files with 10 additions and 2 deletions

View file

@ -2,6 +2,8 @@
Experiment with automatically generating target tier docs. Experiment with automatically generating target tier docs.
See <https://nilstrieb.github.io/target-tier-docs-experiment/>
## Problems ## Problems
Currenly, the [target tier docs](https://doc.rust-lang.org/rustc/platform-support.html) are hard to navigate. Currenly, the [target tier docs](https://doc.rust-lang.org/rustc/platform-support.html) are hard to navigate.

View file

@ -139,9 +139,15 @@ fn render_static(targets: &[&str]) {
"\ "\
# platform support generated # 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 <https://github.com/Nilstrieb/target-tier-docs-experiment> 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(); .unwrap();