mirror of
https://gitlab.com/comunic/comunicapiv3
synced 2025-02-07 09:47:04 +00:00
5 lines
114 B
Rust
5 lines
114 B
Rust
|
//! # Utilities
|
||
|
//!
|
||
|
//! This module contains utilities that can be used anywhere in the code
|
||
|
|
||
|
pub mod crypt_utils;
|