small library to parse gosumemory websocket messages, made in Rust as a learning project.
Use tungstenite to connect to the webserver, then parse the message with the json library.
Watch the example in main.rs to how to use the library.
Docs can be autogenerated with cargo d
.