Crates.io | sqare-series-crate |
lib.rs | sqare-series-crate |
version | 0.1.4 |
source | src |
created_at | 2022-11-20 13:07:28.87099 |
updated_at | 2022-11-22 12:30:31.026138 |
description | this library will print square series and cube series |
homepage | |
repository | https://github.com/mahmudulislam299/rust-square-series-crate |
max_upload_size | |
id | 719110 |
size | 3,971 |
A Rust library for generating square series number, featuring:
You have enter first and last value of desired series number
the output series will always be positive
It's also worth pointing out what rand
is not:
Small. Most low-level crates are small, but the higher-level rand
and
rand_distr
each contain a lot of functionality.
Simple (implementation). We have a strong focus on correctness, speed and flexibility, but not simplicity. If you prefer a small-and-simple library, there are alternatives including fastrand and oorandom.
Documentation:
Add this to your Cargo.toml
:
[dependencies]
sqare-series-crate = "0.1.0"
sqare-series-crate is mature (suitable for general usage, with infrequent breaking releases which minimise breakage) but not yet at 1.0. We maintain compatibility with pinned versions of the Rust compiler (see below).
A detailed changelog is available for releases.
When upgrading to the next minor series (especially 0.4 → 0.5), we recommend reading the Upgrade Guide.
Rand is distributed under the terms of both the MIT license and the Apache License (Version 2.0).
See LICENSE-APACHE and LICENSE-MIT, and COPYRIGHT for details.