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.
21
commits
4
branches
0
tags
1.6
MiB
Rust
100%
567074a599
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
567074a599
Made changes to allow library to operate on any type of stream.
2014-10-08 12:57:36 -04:00
src
Made changes to allow library to operate on any type of stream.
2014-10-08 12:57:36 -04:00
.gitignore
Initiated with
cargo new irc
.
2014-09-10 16:23:09 -04:00
.travis.yml
Added configuration for travis-ci.
2014-09-11 11:26:31 -04:00
Cargo.toml
Initiated with
cargo new irc
.
2014-09-10 16:23:09 -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.