No description
Find a file
Jonas Platte 565e3a1ee7
Merge LICENSE files
The Copyright notice is taken out because no single person has a
copyright to the entire codebase.
2020-09-26 15:52:52 +02:00
.builds Heavily reduce noise in CI output 2020-08-25 16:25:05 +02:00
ruma Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-api Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-api-macros Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
ruma-appservice-api Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-client Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-client-api Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-common Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-common-macros Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-events Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-events-macros Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-federation-api Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-identifiers Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-identifiers-macros Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-identifiers-validation Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-identity-service-api Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-push-gateway-api Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-serde Merge LICENSE files 2020-09-26 15:52:52 +02:00
ruma-signatures Merge LICENSE files 2020-09-26 15:52:52 +02:00
.editorconfig Add README.md, .editorconfig 2020-06-05 00:26:10 +02:00
.gitignore Add is_compatible method to event content enums to fix Any*Event deserialization 2020-06-15 23:59:31 +02:00
.rustfmt.toml Merge rustfmt settings, re-run cargo fmt 2020-06-05 02:01:09 +02:00
Cargo.toml Integrate ruma-events 2020-06-10 22:20:41 +02:00
CONTRIBUTING.md Add "(Type) Privacy and Forwards Compatiblity" to CONTRIBUTING.md 2020-08-13 20:40:22 +02:00
LICENSE Merge LICENSE files 2020-09-26 15:52:52 +02:00
README.md Merge contributing notes into toplevel README.md 2020-07-22 23:05:50 +02:00

Ruma Your home in Matrix.

Monorepo for our various Rust + Matrix crates.

Contributing

See CONTRIBUTING.md.

Minimum Rust version

Ruma currently requires Rust 1.43.0. In general, we will never require beta or nightly for crates.io releases of our crates, and we will try to avoid releasing crates that depend on features that were only just stabilized.

The exception to this is ruma-signatures (and hence ruma with the federation-api feature) since it depends on ring, which is only guaranteed to work on the latest stable.