29 lines
769 B
Markdown
29 lines
769 B
Markdown
|
<!---
|
||
|
SPDX-FileCopyrightText: 2020 Robin Krahl <robin.krahl@ireas.org>
|
||
|
SPDX-License-Identifier: MIT
|
||
|
-->
|
||
|
|
||
|
# 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][reuse].
|
||
|
|
||
|
[rusty-man-dev@ireas.org]: mailto:dialog-rs-dev@ireas.org
|
||
|
[MIT license]: https://opensource.org/licenses/MIT
|
||
|
[reuse]: https://reuse.software/practices/3.0/
|