com_croftsoft_core/security/mod.rs
1// =============================================================================
2//! - Security
3//!
4//! # Metadata
5//! - Copyright: © 2022 [`CroftSoft Inc`]
6//! - Author: [`David Wallace Croft`]
7//! - Rust version: 2022-11-21
8//! - Rust since: 2022-11-21
9//!
10//! # History
11//! - Adapted from the Java package com.croftsoft.core.security
12//! - In the Java-based [`CroftSoft Core Library`]
13//!
14//! [`CroftSoft Core Library`]: https://www.croftsoft.com/library/code/
15//! [`CroftSoft Inc`]: https://www.croftsoft.com/
16//! [`David Wallace Croft`]: https://www.croftsoft.com/people/david/
17// =============================================================================
18
19pub mod operations;
20pub mod structures;