[go: up one dir, main page]

roff 0.1.0

ROFF (man page format) generation library
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "roff"
version = "0.1.0"
authors = ["Pascal Hertleif <killercup@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/killercup/roff-rs"
homepage = "https://github.com/killercup/roff-rs"
documentation = "https://docs.rs/roff"
description = "ROFF (man page format) generation library"
readme = "README.md"

[dependencies]

[dev-dependencies]
pretty_assertions = "0.5.1"
duct = "0.10.0"