com-croftsoft-lib 0.1.1

Re-export of com-croftsoft-lib-* crates
Documentation
// =============================================================================
//! - Re-export of com-croftsoft-lib-* crates
//! - <https://www.CroftSoft.com/>
//! - Updated: 2024-04-02
//! - Created: 2024-04-01
// =============================================================================

pub mod animation {
  #[doc(inline)]
  pub use com_croftsoft_lib_animation::*;
}

pub mod role {
  #[doc(inline)]
  pub use com_croftsoft_lib_role::*;
}

pub mod string {
  #[doc(inline)]
  pub use com_croftsoft_lib_string::*;
}