1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-02-19 23:42:39 +00:00

9 lines
212 B
Rust
Raw Normal View History

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