#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 13/week @ 2024-11-13 17/week @ 2024-11-20 23/week @ 2024-11-27 46/week @ 2024-12-04 53/week @ 2024-12-11 23/week @ 2024-12-18 3/week @ 2024-12-25 9/week @ 2025-01-01 155/week @ 2025-01-08 45/week @ 2025-01-15 66/week @ 2025-01-22 36/week @ 2025-01-29 69/week @ 2025-02-05 104/week @ 2025-02-12 17/week @ 2025-02-19 52/week @ 2025-02-26

246 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