59 releases (35 breaking)
| 1.2.0 |
|
|---|---|
| 0.43.1 | Aug 8, 2025 |
| 0.42.2 | Apr 15, 2025 |
| 0.42.1 | Mar 21, 2025 |
| 0.15.0 | Jul 19, 2021 |
#1144 in Rust patterns
954 downloads per month
Used in 3 crates
(2 directly)
95KB
2K
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
~37–61MB
~737K SLoC