Registry / utility / roff
library1.1.1rscratesunverified

A library for generating ROFF (man page format) documentation.

# Cargo.toml [dependencies] roff = "1.1.1"
INSTALL
IMPORT
SIG · ROFF
R
roff
utilityrustv1.1.1
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.

Roff
use roff::Roff;

Creates a simple ROFF document with text.

use roff::Roff; fn main() { let mut roff = Roff::new(); roff.text("Hello, world!"); println!("{}", roff.render()); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.1.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
roff — cargo add roff · libregistry