weechat-sys 0.4.0

Rust low level API bindings for Weechat
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "weechat-sys"
version = "0.4.0"
authors = ["Damir Jelić <poljar@termina.org.uk>"]
description = "Rust low level API bindings for Weechat"
edition = "2018"
license = "MIT"
readme = "README.md"
repository = "https://github.com/poljar/rust-weechat"

[build-dependencies]
bindgen = "0.55.1"

[dependencies]
libc = "0.2.79"