gosumemory_helper

Crates.iogosumemory_helper
lib.rsgosumemory_helper
version0.1.0
sourcesrc
created_at2023-09-01 11:59:21.806641
updated_at2023-09-01 11:59:21.806641
descriptionA Gosumemory message parser
homepage
repository
max_upload_size
id960852
size21,031
Bestfast (Bestfast)

documentation

README

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.

Commit count: 0

cargo fmt