eratosthenes

v0.2.0 is in alpha stage. Please report any issues you encounter via hazar@a0110.com

eratosthenes is a mathematics library written in pure Rust. It provides various mathematical operations and sequences commonly used in solving mathematical problems, particularly those found on Project Euler. This library is designed to be simple, efficient, and easy to use.

Please note that this library is in its early stages and missing important features. It is evolving with time.

Features

Usage

To add this to your Rust project as a Git dependency, include in dependencies: eratosthenes = { git = "https://github.com/haz0110/eratosthenes", branch = "master" }