Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 316 Bytes

File metadata and controls

28 lines (23 loc) · 316 Bytes

Backend

Requirements

  • cargo

Run

Launch websocket server on port 8080

cargo run

Build TS objects

Build typescript object for the frontend

cargo test

Tests

Unit testing :

cargo test

Test coverage :

cargo install cargo-tarpaulin # install the tool
cargo tarpaulin