cargo/crates/mdman
Koichi ITO 1626762fe4 Use the traits added to the Rust 2021 Edition prelude
Follow up https://github.com/rust-lang/rust/pull/96861.

This PR uses the traits added to the Rust 2021 Edition prelude.

> The `TryInto`, `TryFrom` and `FromIterator` traits are now part of the prelude.

https://doc.rust-lang.org/edition-guide/rust-2021/prelude.html
2022-05-10 21:46:45 +09:00
..
doc Remove nbsp characters. 2021-07-30 15:40:37 -07:00
src Use the traits added to the Rust 2021 Edition prelude 2022-05-10 21:46:45 +09:00
tests Fix man page links inside `option` blocks. 2020-10-17 12:15:12 -07:00
Cargo.lock Bump `url` to 2.2.2 where `Into<String>` for `Url` is used 2021-05-10 22:20:11 +02:00
Cargo.toml Remove `authors` directives from Cargo crates 2021-10-22 10:27:20 -07:00
README.md Add mdman for generating man pages. 2020-08-01 11:13:52 -07:00
build-man.sh Add mdman for generating man pages. 2020-08-01 11:13:52 -07:00

README.md

mdman

mdman is a small utility for creating man pages from markdown text files.

Usage

See the man page generated by this tool.