# gosumemory_helper small library to parse [gosumemory](https://github.com/l3lackShark/gosumemory) websocket messages, made in Rust as a learning project. ### Usage Use [tungstenite](https://docs.rs/crate/tungstenite/0.18.0) 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`.