Skip to main content

Crate formally_io

Crate formally_io 

Source
Expand description

Facilities to parse input and produce output.

WARNING: This crate is not supposed to be used directly.

Use instead the formally::io module of the main formally crate by enabling the "io" feature.

The io module is an umbrella for the two parse and print submodules which provide facilities to parse and produce text for the rest of formally.

Modulesยง

parse
A little parsing combinators library.
print
Facilities to pretty-print output text.