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

https://github.com/node/rusmmp

SSMP implementation in Rust
https://github.com/node/rusmmp

Last synced: 6 months ago
JSON representation

SSMP implementation in Rust

Awesome Lists containing this project

README

          

# rusmmp
SSMP implementation in Rust

# How to use

start server at 127.0.0.1:8080

```cargo run -- --server```

start client to connect server 127.0.0.1:8080

```cargo run -- --client```

# Use client only mode

rust client.rs

# run tests

```cargo test```