hexchat-api 0.3.4

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

[dependencies.libc]
version = "^0.2"

[dependencies.send_wrapper]
version = "^0.6"

[features]
default = ["threadsafe"]
threadsafe = []

[lib]
name = "hexchat_api"
path = "src/lib.rs"

[package]
authors = ["ttappr <tmtappr@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
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.3.4"