Go to file
Robin Krahl e6f299635e Implement basic doc item data structures
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.
2020-07-19 15:11:15 +02:00
LICENSES Initial project scaffolding 2020-07-19 14:10:54 +02:00
src Implement basic doc item data structures 2020-07-19 15:11:15 +02:00
.gitignore Initial project scaffolding 2020-07-19 14:10:54 +02:00
Cargo.lock Implement command-line interface using structopt 2020-07-19 14:11:00 +02:00
Cargo.toml Implement command-line interface using structopt 2020-07-19 14:11:00 +02:00
README.md Initial project scaffolding 2020-07-19 14:10:54 +02:00

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.