Alexandre Pasmantier 58d73dbeba
refactor!(previews): drop builtin previewers and all related code and dependencies (#495)
BREAKING CHANGE: No more builtin previews which means channels currently using `:files:` and other builtins will now need to rely on external tools (examples to come).
2025-05-06 00:07:50 +02:00

14 lines
214 B
Rust

pub mod cache;
pub mod clipboard;
pub mod command;
pub mod files;
pub mod hashmaps;
pub mod indices;
pub mod input;
pub mod metadata;
pub mod rocell;
pub mod shell;
pub mod stdin;
pub mod strings;
pub mod threads;