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.
26
commits
4
branches
0
tags
1.6
MiB
Rust
100%
af1f8ecf14
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
af1f8ecf14
config(...) returns a reference instead of a copy of the value.
2014-10-08 13:50:54 -04:00
src
config(...) returns a reference instead of a copy of the value.
2014-10-08 13:50:54 -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.