yuru-tui 0.1.8

Terminal user interface for Yuru
Documentation
mod builtin;
mod cache;
mod command;
#[cfg(feature = "image")]
mod image;

#[allow(unused_imports)]
pub(crate) use cache::{
    PreviewCache, PreviewContent, PreviewGeometry, PreviewKey, PreviewPayload, PreviewRender,
    PREVIEW_WORKER_POLL,
};
#[allow(unused_imports)]
pub(crate) use command::run_preview_command;
#[cfg(feature = "image")]
#[allow(unused_imports)]
pub(crate) use image::{
    encode_image_preview, image_protocol_from_env, preview_file_command_path,
    preview_image_from_output, ImageEncodeResult, ImageEncodeWorker,
};