Skip to main content

Module status

Module status 

Source
Expand description

Compatibility reexports of tectonic_status_base types

Modules§

plain
A basic status-reporting backend that prints messages via stdio.
termcolor
Status backend that emits colorized errors to the terminal.

Structs§

NoopStatusBackend
A status backend that does nothing at all. Messages sent to it disappear entirely.

Enums§

ChatterLevel
A setting regarding which messages to display.
MessageKind
A kind of status message.

Traits§

StatusBackend
A trait for accepting status messages.