1 unstable release
0.1.0 | Sep 1, 2023 |
---|
#73 in #message-parser
10KB
296 lines
gosumemory_helper
small library to parse gosumemory websocket messages, made in Rust as a learning project.
Usage
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
.
Dependencies
~1.4–2.5MB
~50K SLoC