narqyez_shared/
lib.rs

1#![warn(missing_docs)]
2//! This library is for internal use only.
3//! It is a collection of multiple structs and logic to minimize core redundancy and maximize efficiency.
4//!
5//! In case of known issues with this library we would be honored to receive your suggestions.
6
7/// Database related structs.
8pub mod database;