SqrtCalculator
A Rust library for calculating square roots asynchronously and synchronously, optimized for high-performance workloads. Includes robust error handling and support for parallel processing.
Table of Contents
Installation
Add the following to your Cargo.toml file:
[]
= "0.1.5"
5. Usage
Usage
Synchronous Example
use square_root;
Asynchronous Example
use square_root_async;
async
6. Features
Features
- Supports synchronous and asynchronous computations.
- Parallel processing for heavy workloads.
- Comprehensive error handling.
- Lightweight and fast.
Examples
Parallel Processing
use square_roots_parallel;
async
License
This project is licensed under the MIT License. See the LICENSE file for details.