61 releases (36 breaking)
| 1.2.0 |
|
|---|---|
| 0.44.1 | Apr 7, 2026 |
| 0.44.0 | Mar 23, 2026 |
| 0.43.1 | Aug 8, 2025 |
| 0.15.0 | Jul 19, 2021 |
#295 in Command-line interface
4,783 downloads per month
Used in 8 crates
(6 directly)
160KB
3K
SLoC
The zellij-tile crate acts as the Rust API for developing plugins for Zellij.
To read more about Zellij plugins: https://zellij.dev/documentation/plugins
Interesting things in this libary:
- The
ZellijPlugintrait for implementing plugins combined with theregister_plugin!macro to register them. - The list of commands representing what a plugin can do.
- The list of
Eventsa plugin can subscribe to - The
ZellijWorkertrait for implementing background workers combined with theregister_worker!macro to register them
Full Example and Development Environment
For a working plugin example as well as a development environment, please see: https://github.com/zellij-org/rust-plugin-example
Dependencies
~43–63MB
~660K SLoC