Project Documentation #20
Replies: 3 comments
-
This is the tool for generating the book-like project documentation. |
Beta Was this translation helpful? Give feedback.
-
See the Cookbook repo for a working sample. |
Beta Was this translation helpful? Give feedback.
-
The main documentation in terms of features and the syntax should still remain Ledger's documentation. For now, this is a rewrite and a compatible implementation (will have less features for a while).
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Having an official documentation
in RustDocin the form of a book would be handy.Having multiple redundant copies of the source should be avoided.
The Wiki here is useful as a notepad but is not portable, hence it would be better to have documentation in the source code, itself. Using RustDoc format for the code documentation, and mdBook general project documentation, which compiles into a PWA site (cached, searchable).
The docs.rs contain only the code for a published crate.
Beta Was this translation helpful? Give feedback.
All reactions