cp-core 0.3.39

Core utilities for SimpleG
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * Copyright (c) Gabriel Amihalachioaie, SimpleG 2024.
 */

pub mod config_reader;
pub mod error;
pub mod error_kind;
pub mod macros;
pub mod secrets;
pub mod test_base;

#[cfg(feature = "auth")]
pub mod auth;