TraceMachina / nativelink

Bazel RBE with CAS server implementation in Rust. The free and open source cache and remote execution service, prioritizing stability and speed for the people that need it.
https://docs.nativelink.com
Apache License 2.0
236 stars 46 forks source link

Introduce basic rustdoc infrastructure #980

Closed aaronmondal closed 3 weeks ago

aaronmondal commented 4 weeks ago

This commit adds a new docs command to the flake which can be used to build rustdocs. The setup is compatible with Cargo and Bazel.

Docs may also be tested via bazel test docs.

This commit doesn't publish the docs and doesn't fully surface all configuration. It provides some basic infrastructure as a starting point for future enhancments to autogenerated documentation.


This change is Reviewable