54 releases (33 breaking)
1.2.0 |
|
---|---|
0.41.2 | Nov 19, 2024 |
0.40.1 | May 2, 2024 |
0.39.2 | Nov 29, 2023 |
0.15.0 | Jul 19, 2021 |
#4 in #zellij
868 downloads per month
77KB
1.5K
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
ZellijPlugin
trait for implementing plugins combined with theregister_plugin!
macro to register them. - The list of commands representing what a plugin can do.
- The list of
Events
a plugin can subscribe to - The
ZellijWorker
trait 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
~30–49MB
~656K SLoC