#message #message-parser #gosumemory

gosumemory_helper

A Gosumemory message parser

1 unstable release

0.1.0 Sep 1, 2023

#66 in #message-parser

22 downloads per month

Custom license

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.4MB
~49K SLoC