use crate::;
pub use ;
/// Renders highlighted source code into a concrete output format.
///
/// Renderers may use the high-level token APIs on [`Highlighter`]. Renderers
/// implemented by this crate can additionally use its streaming internals to
/// avoid materializing owned tokens.