4 releases
0.1.4 | Nov 22, 2022 |
---|---|
0.1.3 | Nov 22, 2022 |
0.1.1 | Nov 22, 2022 |
0.1.0 | Nov 20, 2022 |
#15 in #square
4KB
Rand
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
andrand_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:
Usage
Add this to your Cargo.toml
:
[dependencies]
sqare-series-crate = "0.1.0"
Versions
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.
License
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.