Crate clighlighter

Source
Expand description

§Clighlight

a command-line utility for CSS-friendly code highlighting

Re-exports§

pub use cli::Cli;
pub use highlight::Highlight;
pub use highlight::explore::Explore;
pub use highlight::explore::ExploreAll;
pub use highlight::highlight;
pub use highlight::rust::Rust;
pub use highlight::ts::TS;

Modules§

cli
command line interface
highlight
the core functionality of the app

Functions§

get_highlighter
mapping between a cli::HighlighterChoice and a highlight::Highlight implementation
highlight_input
main library function handling CLI and I/O