types/ruma-common
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
..
src Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
tests Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
Cargo.toml Move Outgoing from ruma-api to ruma-common 2020-09-22 21:35:10 +02:00
CHANGELOG.md Update change log for ruma-common 2020-09-17 21:28:02 +02:00
README.md Add 'ruma-common/' from commit 'b516c0cd72c1a5e9985905f60b956c5365cd8789' 2020-06-05 01:40:05 +02:00

ruma-common

Common types for other ruma crates.

This crate is meant to be a dependency for other ruma crates only, consumers of those crates should never have to use this directly (its types will be re-exported from the other crates).