Crate dcss_api

Source
Expand description

An API library to interact with DCSS Webtile.

Structs§

Webtile
Webtile connection, using websocket (tungstenite) and a Deflate decoder (flate2).

Enums§

BlockingError
Errors that will block the game from processing normally. Since each read of the websocket requires an expected “end of read”, this is a list of unexpected data that would prevent expected results from being sent.
Error
Main errors types that can be raised while using the API.