KSoft.rs
KSoft.SI api wrapper written in pure Rust
FIRSTS STEPS
Add this to your Cargo.toml to add the crate to your project
Since the crate is fully asynchronous, you might want to also add tokio to your project, but if you have a non-asynchronous context, you can enable the `blocking` feature to support blocking operations.
In order to enable the `blocking` feature, you must disable default features
Added `serenity` feature implementing TypeMapKey for the client
Asynchronous example
Blocking example
Last updated