com_croftsoft/lib.rs
1// =============================================================================
2//! - Re-export of com-croftsoft-* crates
3//! - <https://www.croftsoft.com/>
4//! - Created: 2022-07-30
5//! - Updated: 2024-04-03
6// =============================================================================
7
8pub mod core {
9 #[doc(inline)]
10 pub use com_croftsoft_core::*;
11}
12
13pub mod lib {
14 #[doc(inline)]
15 pub use com_croftsoft_lib::*;
16}