An open API service indexing awesome lists of open source software.

https://github.com/ue2020/arras-helper

Crate for interfacing with arras.io
https://github.com/ue2020/arras-helper

arras protocol rust websocket

Last synced: 3 months ago
JSON representation

Crate for interfacing with arras.io

Awesome Lists containing this project

README

        

# arras-helper
Crate for interacting with arras.io

Not complete

## fasttalk

`src/fasttalk.rs` contains a Rust implementation of arras.io's fasttalk. I use an enum called `Block` to handle the dynamic nature of fasttalk. It's possible to cast a block into `f64` and `std::String`. Please note that the cast will panic if the type is incorrect. It is possible to check a cast beforehand using `is_type`.

## captcha

`src/captcha.rs` is used to obtain spawn captchas. It is expected that you have a webdriver server running on port 4444.