A Zero-Panic, Zero-unsafe, High-Performance Rust Library with Strict Memory Safety, Zero-Cost Abstractions, Borrow-Based Design, Explicit Error Handling via thiserror / anyhow, Parallel Execution with rayon, No Implicit Cloning, and Fully Benchmarked, Type-Safe, Stack-Optimized Code
Stars
1
Forks
0
Watchers
1
Open Issues
0
Overall repository health assessment
No package.json found
This might not be a Node.js project
11
commits
Docs(README.md): Use [T] instead of Vec<T> and &str instead of String
99e4530View on GitHubFeat(utils): Utility Functions for Strings, Arrays & Math Operations
6eae29cView on GitHubFeat(parallel.rs): Transform & Reduce Parallel Operations
77d25dfView on GitHubFeat(core): Implement Data Processing, both Parallel & Sequentially
10cefd7View on GitHubFeat(benches): Benchmark Processor, Parallel Operations, Batch Processing, String Operations, Array Operations & Math Operations
dbe9a98View on GitHubPKG(Cargo.toml): Add Anyhow, Env-Logger, Log, Rayon & ThisError
bff5dd0View on GitHubPKG(Cargo.lock): Add Anyhow, Env-Logger, Log, Rayon & ThisError
b3e9772View on GitHub