Numbers Library

authors: "Ola Yeku"

Purpose:

This library is used to perform various numerical operations in Rust.
The library is designed to be used in a variety of applications, including web services, command line utilities, and other Rust based applications.

How to build:

This library is built using the standard Rust build tools. To build the library, run the following command:

cargo build

cargo test

Usage:

To use this library, add the numbers_rus crate to your project: cargo add numbers_rus

Add the following to your cargo.toml file: [dependencies] numbers_rus = "0.1.1"

Examples:

The following examples show how to use this library:

// Import the library use numbers_rus::numbers_rus::* // Basic operations add(1, 2) subtract(1, 2) multiply(1, 2) divide(1, 2)

Roadmap:

The following features are planned for this library:

Version 0.1.0