- Mastering Rust
- Rahul Sharma Vesa Kaihlavirta
- 153字
- 2021-07-02 13:35:26
Documentation
Documentation is a very crucial aspect of any open source software aiming for wide adoption by the programmer community. While your code, which should be readable, tells you how it works, the documentation should tell you about the why and how of the design decisions and example usage of the public APIs of your software. Well documented code with a comprehensive README.md page boosts the discoverability of your project many times over.
The Rust community takes documentation very seriously and has tools at various levels to make it easy to write documentation for code. It also makes it presentable and consumable for its users. For writing documentation, it supports the markdown dialect. Markdown is a very popular markup language and is the standard these days for writing docs. Rust has a dedicated tool called rustdoc that parses markdown doc comments, converts them to HTML, and generates beautiful and searchable documentation pages.
- Objective-C Memory Management Essentials
- Microsoft Dynamics 365 Extensions Cookbook
- Ext JS Data-driven Application Design
- SQL Server 2016數(shù)據(jù)庫應(yīng)用與開發(fā)
- Mastering C++ Multithreading
- Oracle 12c從入門到精通(視頻教學(xué)超值版)
- FusionCharts Beginner’s Guide:The Official Guide for FusionCharts Suite
- 算法精解:C語言描述
- Learn C Programming
- Neo4j權(quán)威指南 (圖數(shù)據(jù)庫技術(shù)叢書)
- C++面向?qū)ο蟪绦蛟O(shè)計教程
- Test-Driven iOS Development with Swift 4(Third Edition)
- Practical C Programming
- Python量化交易
- Deep Learning with TensorFlow(Second Edition)