plexcryptool/src/common/mod.rs
2023-05-10 14:41:06 +02:00

9 lines
265 B
Rust

/// # common module
///
/// This module implements functionality used by multiple other ones.
///
/// ___
/// Author: Christoph J. Scherr <software@cscherr.de>
/// License: MIT
/// Source: <https://git.cscherr.de/PlexSheep/plexcryptool/>
pub mod common;