Crates.io | tumult |
lib.rs | tumult |
version | 0.1.0 |
source | src |
created_at | 2016-06-24 06:58:25.970108 |
updated_at | 2016-06-24 06:58:25.970108 |
description | Framework for writing Discord bots |
homepage | |
repository | https://github.com/indiv0/tumult |
max_upload_size | |
id | 5476 |
size | 19,752 |
Linux / OS X | |
A bot plugin framework for Discord, written in Rust using the discord-rs
library.
Add the following to your Cargo.toml
:
[dependencies]
tumult = "0.1"
And in your lib.rs
or main.rs
:
extern crate tumult;
See the API docs for information on using the crate in your library.
Contributions are always welcome! If you have an idea for something to add (code, documentation, tests, examples, etc.) feel free to give it a shot.
Please read CONTRIBUTING.md before you start contributing.
The list of contributors to this project can be found at CONTRIBUTORS.md.
tumult is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE, and LICENSE-MIT for details.