This website requires JavaScript.
Explore
Help
Register
Sign in
DGNum
/
rust-irc
Watch
6
Star
0
Fork
You've already forked rust-irc
0
Code
Issues
1
Pull requests
3
Projects
Releases
Packages
Wiki
Activity
Actions
A fork of aatxe/irc Rust crate, improved for IRCv3 support.
40
commits
4
branches
0
tags
1.6
MiB
Rust
100%
d6921eae74
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Aaron Weiss
d6921eae74
Added tests of some of the handle_command(...) functionality.
2014-10-09 03:26:16 -04:00
src
Added tests of some of the handle_command(...) functionality.
2014-10-09 03:26:16 -04:00
.gitignore
Added some basic data tests.
2014-10-08 18:08:29 -04:00
.travis.yml
Travis configuration now marks mktestconfig.sh as executable.
2014-10-08 21:08:44 -04:00
Cargo.toml
Initiated with
cargo new irc
.
2014-09-10 16:23:09 -04:00
mktestconfig.sh
Added tests of some of the handle_command(...) functionality.
2014-10-09 03:26:16 -04:00
README.md
Replaced build status image.
2014-09-28 00:22:28 -04:00
README.md
irc
An IRC library in Rust. Subject to serious change.