neocrates 0.1.47

A comprehensive Rust library for various utilities and helpers
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#[cfg(any(feature = "web", feature = "full"))]
pub mod axum_extractor;
pub mod engine_pool;
pub mod enums;
pub mod hashid;
pub mod json_util;
pub mod loader;
pub mod page;
pub mod regex;
pub mod retry;
pub mod serde_helpers;
pub mod snowflake;
pub mod text_chunks;
pub mod tools;
pub mod utils;