https://rust.docs.kernel.org is now available
From: Miguel Ojeda <hidden>
Date: 2024-08-18 14:08:39
Also in:
linux-doc
From: Miguel Ojeda <hidden>
Date: 2024-08-18 14:08:39
Also in:
linux-doc
Hi all,
The Rust code documentation (i.e. `rustdoc`-generated docs) is now available at:
https://rust.docs.kernel.org
For linux-next, see:
https://rust.docs.kernel.org/next/
There are also tags for each main release, e.g. for the current stable kernel:
https://rust.docs.kernel.org/6.10/
The generation uses a particular kernel configuration, based on x86_64, which
may get tweaked over time. Older tags, and how they are generated, may also
change in the future. We may consider freezing them at some point, but for the
moment, please do not consider the content to be immutable.
Thanks Konstantin for the support setting it up!
Cheers,
Miguel