Crates.io | numbers_rus |
lib.rs | numbers_rus |
version | 0.2.1 |
source | src |
created_at | 2023-06-12 22:52:21.248976 |
updated_at | 2023-06-22 00:32:18.281629 |
description | A flexible library for working with numbers that aims to be useful, fast, and practical. Modular structure makes it easy to use only the parts you need, and the library is designed to be extensible, so you can easily add your own types and operations. |
homepage | |
repository | https://github.com/ooyeku/numbers_rus.git |
max_upload_size | |
id | 888534 |
size | 163,831 |
authors: Ola Yeku
This library is used to perform various numerical operations in Rust. It is designed to be used in a variety of applications, including web services, command line utilities, and other Rust based applications.
The project is currently in the early stages of development and is not yet ready for production use, but is available for testing and experimentation. The library is designed to be easy to use and understand, and is designed to be used by both beginners and advanced users.
Incremental updates will be made to the library as new features are added and bugs are fixed (possibly even introduced). Future versions of this library will include support for more advanced numerical operations, including data analysis, statistics, probability, and visualization. Feel free to contribute to this project by submitting a pull request or by opening an issue and reporting and feedback or bugs.
cargo add numbers_rus
Add the following to your cargo.toml file:
[dependencies]
numbers_rus = "0.2.1"
Current crates.io version: 0.2.1
The source code for this library can be found on Github and can be downloaded using git:
git clone https://github.com/ooyeku/numbers_rus.git
change directory to numbers_rus and test the library:
cd numbers_rus
cargo test --lib
open the documentation:
cargo doc --open
Current GitHub version: 0.2.1
Note: The GitHub version may not be stable and will typically be ahead of the crates.io version.
examples can be found in the examples directory of the source code. To run the examples, change directory to the source code directory and run the following command:
cargo run --package numbers_rus --example solver --release
This is an active project and will be updated regularly. Breaking changes may occur between versions, but will strive to achieve backwards compatibility. The goal is to have a stable version by version 1.0.0.
The following features are planned for this library:
Add support for regression
Add support for probability
Add support for statistics
Contributions are welcome and encouraged! To contribute to this project, please follow the steps below: