mirror of
https://github.com/Noratrieb/target-tier-docs-experiment.git
synced 2026-01-14 08:30:12 +01:00
update
This commit is contained in:
parent
066dc27bc5
commit
b3f965dd67
2 changed files with 10 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
10
src/main.rs
10
src/main.rs
|
|
@ -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();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue