Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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
```