weechat-sys

Crates.ioweechat-sys
lib.rsweechat-sys
version0.4.0
sourcesrc
created_at2019-02-01 09:35:36.483135
updated_at2020-10-10 12:08:35.551257
descriptionRust low level API bindings for Weechat
homepage
repositoryhttps://github.com/poljar/rust-weechat
max_upload_size
id111954
size139,895
Damir Jelić (poljar)

documentation

README

weechat-sys

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.

Choosing the plugin include file.

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.

Commit count: 421

cargo fmt