Crate matrix_oracle[−][src]
Expand description
Matrix-oracle is a crate for performing lookups of .well-known information for the matrix protocol.
Features
client- Enable client-server .well-known lookups (enabled by default)server- Enable server-server .well-known lookups (enabled by default)native-tls- Use openssl via native-tls as the TLS implementation (enabled by default)rustls- Use rustls as the TLS implementation