Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/belak/simple-irc-rs
A simple, no nonsense IRC library meant as a building block for other crates
https://github.com/belak/simple-irc-rs
Last synced: about 2 months ago
JSON representation
A simple, no nonsense IRC library meant as a building block for other crates
- Host: GitHub
- URL: https://github.com/belak/simple-irc-rs
- Owner: belak
- License: mit
- Created: 2020-01-24T23:33:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-02-05T10:49:17.000Z (almost 5 years ago)
- Last Synced: 2024-10-19T05:50:47.357Z (3 months ago)
- Language: Rust
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# simple-irc-rs
[![Build Status](https://img.shields.io/travis/belak/simple-irc-rs)](https://travis-ci.org/belak/simple-irc-rs)
[![Crates.io](https://img.shields.io/crates/v/simple-irc)](https://crates.io/crates/simple-irc)
[![Docs](https://img.shields.io/badge/docs-stable-blue)](https://docs.rs/simple-irc/)A simple IRC library. This is meant to be the minimal needed to build other IRC packages.