Flattiverse Rust Connector

Homepage: https://flattiverse.com/ \ GitHub-Dev: https://github.com/flattiverse/ \ C#-Connector: https://github.com/flattiverse/connector-csharp

The rust implementation of the Flattiverse connector. It uses WebSocket to connect to the Flattiverse servers.

See the examples for how to use this crate

Hint compilation

This crate uses rustls for encryption. If you are building in debug mode, consider adding the following to your Cargo.toml to speed up the socket encryption.

toml [profile.dev.package."*"] opt-level = 3