# About Jarust
Jarust is a Rust adapter for [Janus WebRTC server](https://github.com/meetecho/janus-gateway)
Internally uses WebSockets to connect to Janus.
The library wraps the Janus core API and some of the most popular plugins APIs.
## Examples
- [jarust examples](./jarust/examples/), example usage of jarust.
- [plugins examples](./jarust_plugins/examples/), example usage of jarust's predefined plugins.