#plugin #rofi #bindings #interface #low-level #cfg #how

rofi-plugin-sys

Raw FFI bindings to Rofi's C plugin interface

7 releases (4 breaking)

0.5.0 Jan 8, 2025
0.4.0 Feb 26, 2024
0.3.2 Oct 31, 2023
0.3.1 Jul 22, 2023
0.1.0 Apr 7, 2022

#8 in #rofi

Download history 35/week @ 2024-10-29 32/week @ 2024-11-05 13/week @ 2024-11-12 19/week @ 2024-11-19 21/week @ 2024-11-26 44/week @ 2024-12-03 54/week @ 2024-12-10 24/week @ 2024-12-17 7/week @ 2024-12-24 8/week @ 2024-12-31 151/week @ 2025-01-07 46/week @ 2025-01-14 63/week @ 2025-01-21 39/week @ 2025-01-28 66/week @ 2025-02-04 98/week @ 2025-02-11

272 downloads per month
Used in 2 crates

MIT license

43KB
605 lines

rofi-plugin-sys

This crate provides raw FFI bindings to Rofi's C plugin interface, manually written from the headers in /usr/include/rofi.

See the examples folder for examples on how to use this crate.

These bindings are raw, unsafe and very low-level so if you just want to write a Rofi plugin you'll probably want an easier-to-use library instead, such as rofi-mode.

Set RUSTFLAGS="--cfg rofi_next" when building to change the API to use unreleased Rofi features (as of 2023-10-31). Items only available when this is turned on will be marked “Semver-exempt and only available with cfg(rofi_next).” in the documentation.

License: MIT


lib.rs:

This crate provides raw FFI bindings to Rofi's C plugin interface, manually written from the headers in /usr/include/rofi.

See the examples folder for examples on how to use this crate.

These bindings are raw, unsafe and very low-level so if you just want to write a Rofi plugin you'll probably want an easier-to-use library instead, such as rofi-mode.

Set RUSTFLAGS="--cfg rofi_next" when building to change the API to use unreleased Rofi features (as of 2023-10-31). Items only available when this is turned on will be marked “Semver-exempt and only available with cfg(rofi_next).” in the documentation.

Dependencies

~0.5–0.9MB
~20K SLoC