Crates.io | rofi-plugin-sys |
lib.rs | rofi-plugin-sys |
version | |
source | src |
created_at | 2022-04-07 20:48:33.575393 |
updated_at | 2025-01-08 19:08:01.688185 |
description | Raw FFI bindings to Rofi's C plugin interface |
homepage | |
repository | https://github.com/SabrinaJewson/rofi-plugin-sys.rs |
max_upload_size | |
id | 563907 |
Cargo.toml error: | TOML parse error at line 18, column 1 | 18 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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