hexchat-api 0.2.4

A Rust API for HexChat plugin development
Documentation
[dependencies.backtrace]
version = "0.3"

[dependencies.libc]
version = "0.2.84"

[dependencies.send_wrapper]
version = "0.6.0"

[lib]
name = "hexchat_api"

[package]
authors = ["ttappr <tmtappr@gmail.com>"]
categories = ["api-bindings"]
description = "A Rust API for HexChat plugin development"
documentation = "https://ttappr.github.io/hexchat-api/doc/hexchat_api/index.html"
edition = "2021"
exclude = [".idea", "docs"]
keywords = ["hexchat", "plugin", "irc", "chat"]
license = "MIT"
name = "hexchat-api"
readme = "README.md"
repository = "https://github.com/ttappr/hexchat-api"
version = "0.2.4"
[profile.release]
opt-level = "s"