Crate glitch_in_the_matrix [] [src]

Glitch in the Matrix is a set of (minimal) Matrix bindings for Rust. It has a number of limitations at present, and is not recommended for production use. Still, it is provided in the hope that it might be useful.

See the examples/ subdirectory for a simple echo client example.

Licensed under CC0.

Modules

errors

Error handling, using error_chain.

http

Types reexported from hyper.

types

Types used in the Matrix API.

Structs

MatrixClient

A connection to a Matrix homeserver.

MatrixRequest

A arbitrary request to an endpoint in the Matrix API.

SyncStream

A Stream that yields constant replies to /sync.

Type Definitions

MatrixFuture

A Future with a MatrixError error type. Returned by most library functions.