mandate 0.1.0

Convert Markdown or YAML manuals into roff manpages
Documentation
1
2
3
4
5
6
7
8
# MSRV policy

This repo follows Rust’s **MSRV** (minimum supported Rust version) via the `rust-version` field in `Cargo.toml`.

- Set `package.rust-version` (single-crate) or ensure each published crate has it (workspace).
- CI runs a compile check on that toolchain when `rust-version` is present.
- Bump MSRV intentionally (and document it in `CHANGELOG.md`) when required.