Crates.io | hiven-rs |
lib.rs | hiven-rs |
version | 0.1.2 |
source | src |
created_at | 2020-08-10 20:34:24.628561 |
updated_at | 2020-10-03 00:29:13.616644 |
description | API bindings for hiven.io |
homepage | |
repository | https://github.com/Daniihh/hiven-rs |
max_upload_size | |
id | 275149 |
size | 66,598 |
hiven.rs is an in-beta Rust library for automating user accounts on the beta chat application, hiven.io, and aims to provide complete coverage of their APIs.
It's easy to create a client and connect. Just call Client::new
with your token, then invoke start_gateway
on the returned client, with an event handler of your choosing.
Notice: This library is in very early beta, expect many bugs and panics. That doesn't mean you shouldn't report them!