yrs-warp 0.5.0

Yrs synchronization protocol using Warp web sockets
Documentation

### Running an example


In order to generate static website content, first you need build it. This can be done via npm.

```bash
npm i --global rollup
npm run build
```

These commands will install and run [rollup.js](https://rollupjs.org/), which is used for bundling the JavaScript code and dependecies for Code Mirror.

Once the steps above are done, a `./frontent/dist` directory should appear. If so, all you need to do is to run:

```bash
cargo run --example code-mirror
```

It will run a local warp server with an index page at [http://localhost:8000](http://localhost:8000).