Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jam1garner/smush_info_shared
A Rust library for communication between clients/servers for smush_info to allow a simple API for accessing info about the state of Smash Ultimate.
https://github.com/jam1garner/smush_info_shared
Last synced: 4 days ago
JSON representation
A Rust library for communication between clients/servers for smush_info to allow a simple API for accessing info about the state of Smash Ultimate.
- Host: GitHub
- URL: https://github.com/jam1garner/smush_info_shared
- Owner: jam1garner
- Created: 2020-06-06T17:26:07.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-02-07T18:11:28.000Z (almost 3 years ago)
- Last Synced: 2025-01-03T02:54:02.688Z (5 days ago)
- Language: Rust
- Homepage:
- Size: 150 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# smush_info_shared
A Rust library for communication between clients/servers for `smush_info` to allow a simple API for accessing info about the state of Smash Ultimate.
## Test Client
Included is a test client for dumping all info to the terminal. Usage:
```
cargo run --features=test_client
```