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.

request

Type for making a generic request to the Matrix API.

room

Abstraction for Matrix rooms.

sync

Utilities for using the long-polling /sync API.

types

Types used in the Matrix API.

Structs

MatrixClient

A connection to a Matrix homeserver.

Type Definitions

MatrixFuture

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