Registry / cli / man
library0.3.0rscratesunverified

Generate structured man pages from Rust code.

# Cargo.toml [dependencies] man = "0.3.0"
INSTALL
IMPORT
SIG · MAN
M
man
clirustv0.3.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

ManPage
✓ use man::ManPage;

Creates and renders a man page for a command-line application.

use man::ManPage; fn main() { let page = ManPage::new("myapp", "1", "My App", "A sample application"); println!("{}", page.render().unwrap()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
16 hits · last 30 days
node
16
Resources
man — cargo add man · libregistry