Go to file
Robin Krahl c16d7f7d60 Add support for item members
Previously, we only supported documentation for modules and top-level
items.  With this patch, we also display the documentation for members
of an item, typically methods of a struct or trait.
2020-07-19 16:54:30 +02:00
LICENSES Initial project scaffolding 2020-07-19 14:10:54 +02:00
src Add support for item members 2020-07-19 16:54:30 +02:00
.gitignore Initial project scaffolding 2020-07-19 14:10:54 +02:00
Cargo.lock Adapt text output to terminal size 2020-07-19 16:04:10 +02:00
Cargo.toml Adapt text output to terminal size 2020-07-19 16:04:10 +02:00
README.md Add --viewer option and plain text viewer 2020-07-19 15:44:21 +02:00

rusty-man

A command-line interface for documentation generated by rustdoc.

Minimum Supported Rust Version

This crate supports Rust 1.40 or later.

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.