rust-weechat
rust-weechat copied to clipboard
Weechat API bindings for Rust
The rust version on my Fedora changed again, so I had to rebuild weechat-matrix-rs, but this time it was rust-weechat refusing to build. Symptoms: When doing a `cargo build` in...
Idk if it's even supported, but here's the log just in case: > Compiling weechat v0.4.0 (https://github.com/poljar/rust-weechat#8209460a) Compiling ruma v0.7.3 Compiling matrix-sdk-common v0.6.0 error[E0308]: mismatched types --> /home/user/.cargo/git/checkouts/rust-weechat-4239b35d876f5f87/8209460/weechat/src/hdata.rs:53:9 | 49...
Hello Guys, please don't kill me. I cloned the repo and cargo build it to create those compiled files. Should I mkdir /usr/share/weechat/rust than moving those compiled from weechat/src/*rs to...
It would be nice if the name, author, and so forth could take `&'static str`s instead so that `env!("CARGO_PKG_NAME")` and friends could be used in place of duplicating that information...
The Matrix plugin has macros to define a config in a declarative way, once that is tested out a bit better we'll likely want to import this here. The macros...
Add a prelude module that re-exports the most commonly used structs.
related: https://github.com/poljar/weechat-matrix-rs/pull/86