libirc 0.1.0

IRC packet abstraction for rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[lib]
crate-type = ["lib"]
name = "libirc"
path = "src/lib.rs"
required-features = []

[package]
authors = ["Moritz Sokoll <moritz@sokoll.com>"]
description = "IRC packet abstraction for rust"
documentation = "https://gitlab.sokoll.com/rusty-irc/libirc/wiki"
edition = "2018"
homepage = "https://gitlab.sokoll.com/rusty-irc/libirc"
license = "GPL-3.0-only"
license-file = "LICENSE"
name = "libirc"
readme = "README.md"
repository = "https://gitlab.sokoll.com/rusty-irc/libirc"
version = "0.1.0"