An implementation of MSC3886: Simple rendezvous capability that can be used standalone or packaged as a Synapse module.
Functionality constraints:
For instructions on usage as a Synapse module, see matrix-http-rendezvous-synapse on PyPI.
```sh git checkout main cargo set-version --workspace --bump patch cd synapse/ poetry version patch cd .. git commit -a -m "vX.Y.Z" git tag vX.Y.Z git push git push --tags