rofi-plugin-sys 0.3.0

Raw FFI bindings to Rofi's C plugin interface
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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](https://docs.rs/rofi-mode).

[the examples folder]: https://github.com/SabrinaJewson/rofi-plugin-sys.rs/tree/main/examples

License: MIT