1
0
mirror of https://gitlab.com/comunic/comunicapiv3 synced 2025-02-07 09:47:04 +00:00

6 lines
139 B
Rust
Raw Normal View History

2020-05-24 14:23:03 +02:00
//! # Utilities
//!
//! This module contains utilities that can be used anywhere in the code
2020-05-26 18:02:14 +02:00
pub mod crypt_utils;
pub mod user_data_utils;