Add presence module documentation

This commit is contained in:
Jonas Platte 2020-06-05 01:37:56 +02:00
parent 99876ca330
commit b516c0cd72
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -1,3 +1,7 @@
//! Common types for the [presence module][presence]
//!
//! [presence]: https://matrix.org/docs/spec/client_server/r0.6.1#id62
use serde::{Deserialize, Serialize};
use strum::{Display, EnumString};