Crates.io | weechat-sys |
lib.rs | weechat-sys |
version | 0.4.0 |
source | src |
created_at | 2019-02-01 09:35:36.483135 |
updated_at | 2020-10-10 12:08:35.551257 |
description | Rust low level API bindings for Weechat |
homepage | |
repository | https://github.com/poljar/rust-weechat |
max_upload_size | |
id | 111954 |
size | 139,895 |
Auto-generated bindings for the Weechat plugin API
This library needs the weechat-plugin.h
include file. It will try to use the
system-wide installed one. If it can't find that one it will use a bundled one.
By default the system-wide include file will be used if found, this behaviour can be overridden with two environment flags.
To prefer the bundled include file WEECHAT_BUNDLED
should be set to true
.
A custom include file can be set with the WEECHAT_PLUGIN_FILE
environment
variable, this environment variable takes a full path to the custom include
file.