This is a port of TypeScript client library for Mediasoup to Rust
The library is incomplete and at early stages of development, so it will be hard to use unless you already have experience with Mediasoup (in this case you can create a worker using [worker_manager::WorkerManager] and go from there).
Also there are basic tests in worker_manager and worker modules that may help to get started.
API is close to TypeScript's, please referer to it in the meantime.