Re-exports§
pub use ::anyhow;
pub use ::async_channel;
pub use ::async_std;
pub use ::clap;
pub use ::humantime;
pub use ::interprocess;
pub use ::isahc;
pub use ::lazy_static;
pub use ::libc;
pub use ::miette;
pub use ::nix;
pub use ::notify_debouncer_full;
pub use ::regex;
pub use ::serde;
pub use ::signal_hook;
pub use ::tempfile;
pub use ::termwiz;
pub use ::url;
pub use ::uuid;
pub use ::vte;
pub use ::prost;
Modules§
- Definitions and helpers for sending and receiving messages between threads.
- Zellij program-wide constants.
- Error context system based on a thread-local representation of the call stack, itself based on the instructions that are sent between threads.
- This module contain everything you’ll need to access local system paths
- IPC stuff for starting to split things into a client and server model.
- Zellij logging utility functions.
- Some general utility functions.