zellij-tile 0.43.0

A small client-side library for writing Zellij plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod nested_list;
mod ribbon;
mod table;
mod text;

pub use prost::{self, *};
pub use zellij_utils::plugin_api;

pub use nested_list::*;
pub use ribbon::*;
pub use table::*;
pub use text::*;