Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当您使用 Cargo 和 rustdoc 为 Rust 板条箱生成文档时,我在生成的页面中看不到任何指示它适用于哪个版本的板条箱。例如,查看log crate 的文档。有没有办法知道一组文档适用于哪个版本的板条箱?
没有直接的方法可以做到这一点,但有一个问题。不过,您也许可以破解使用 rustdoc 的“额外 html”功能的东西。