summary refs log tree commit diff
path: root/rust/src/rendezvous/mod.rs (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update PyO3 to 0.21 (#17162)Erik Johnston2024-05-081-13/+25
| | | | | | | | | | This version change requires a migration to a new API. See https://pyo3.rs/v0.21.2/migration#from-020-to-021 This will fix the annoying warnings added when using the recent rust nightly: > warning: non-local `impl` definition, they should be avoided as they go against expectation
* MSC4108 implementation (#17056)Quentin Gliech2024-04-251-0/+315
Co-authored-by: Hugh Nimmo-Smith <hughns@element.io> Co-authored-by: Hugh Nimmo-Smith <hughns@users.noreply.github.com> Co-authored-by: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com>