Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/btipling/korasho
learning rust
https://github.com/btipling/korasho
Last synced: 22 days ago
JSON representation
learning rust
- Host: GitHub
- URL: https://github.com/btipling/korasho
- Owner: btipling
- License: other
- Created: 2015-12-27T20:47:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-17T05:24:22.000Z (almost 9 years ago)
- Last Synced: 2024-10-14T17:54:56.638Z (25 days ago)
- Language: Rust
- Size: 54.7 KB
- Stars: 3
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# korasho
A bot written in Rust from scratch for the purpose of learning Rust.It can:
1. Read from a toml config file.
2. Connect to multiple servers.
3. Can connect via TLS.
4. Join multiple channels based on config.
5. Establish admin access via password in config.
6. Easy to extend with additional functionality.It's also super fast and performant.
A sample config is in the example directory.