Add a README.md for the ruma crate
This commit is contained in:
parent
ab95ab46a6
commit
50a33c8089
22
ruma/README.md
Normal file
22
ruma/README.md
Normal file
@ -0,0 +1,22 @@
|
||||
# ruma
|
||||
|
||||
[](https://crates.io/crates/ruma)
|
||||
[](https://docs.rs/ruma/)
|
||||

|
||||
|
||||
Types and traits for working with the Matrix protocol.
|
||||
|
||||
This crate re-exports things from all of the other ruma crates so you don't
|
||||
have to manually keep all the versions in sync.
|
||||
|
||||
Which crates are re-exported can be configured through cargo features.
|
||||
Depending on which parts of Matrix are relevant to you, activate the
|
||||
following features:
|
||||
|
||||
* `client-api` for the client-server API
|
||||
* `federation-api` for the server-server (federation) API
|
||||
* `appservice-api` for the application service API
|
||||
|
||||
## Documentation
|
||||
|
||||
ruma has [comprehensive documentation](https://docs.rs/ruma) available on docs.rs.
|
Loading…
x
Reference in New Issue
Block a user