- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 135字
- 2021-07-02 13:35:26
Hosting documentation
After your documentation has been generated, you will need to host it somewhere for the public to view and use. There are three possibilities here:
- docs.rs: Crates that are hosted on crates.io get their documentation page automatically generated and hosted on https://docs.rs.
- GitHub pages: You can host your documentation on the gh-pages branch if your crate is on GitHub.
- External website: You can manage your own web server for hosting documentation. Rust's standard library documentation is a fine example of this: https://doc.rust-lang.org/std/.
As an added note, if your project's documentation spans more than two to three pages and requires a detailed introduction, then there's a better option to generate book-like documentation. This is done by using the mdbook project. For more information on that, check out their GitHub page at https://github.com/rust-lang-nursery/mdBook.
推薦閱讀
- Web應用系統開發實踐(C#)
- 程序員考試案例梳理、真題透解與強化訓練
- Python零基礎快樂學習之旅(K12實戰訓練)
- 鋒利的SQL(第2版)
- 重學Java設計模式
- Illustrator CS6設計與應用任務教程
- 深度實踐KVM:核心技術、管理運維、性能優化與項目實施
- 會當凌絕頂:Java開發修行實錄
- Android應用程序設計
- 零基礎學編程系列(全5冊)
- Getting Started with Windows Server Security
- Docker on Windows
- Natural Language Processing with Python Cookbook
- Java算法從菜鳥到達人
- Perl 6 Deep Dive