1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-02-17 06:22:41 +00:00

9 lines
213 B
Rust
Raw Normal View History

2020-05-24 13:09:50 +02:00
///! # Presentation
2020-05-24 13:10:30 +02:00
///! This module contains all the serializable structures that can be sent through the API to the
2020-05-24 13:09:50 +02:00
///! Clients
///!
///! ## Author
///! Pierre Hubert
pub mod http_error;
pub mod login_success;