e6f299635e
This patch adds the doc and source module with the basic data structures for the documentation items: - A Source loads the documentation items from e. g. the file system. - The documentation items (modules, traits, etc.) are grouped by crates. It also adds a simple Source implementation, DirSource, that reads the data from a local directory. |
||
---|---|---|
LICENSES | ||
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
README.md |
rusty-man
A command-line interface for documentation generated by rustdoc
.
Minimum Supported Rust Version
This crate supports Rust 1.34.2 or later. It may work with earlier versions, but that is neither guaranteed nor supported.
Contact
For bug reports, patches, feature requests or other messages, please send a mail to rusty-man-dev@ireas.org.
License
This project is licensed under the MIT License.
rusty-man
complies with version 3.0 of the REUSE specification.