Skip to content

A poor implementation of the Prime Sieve of Eratosthenes in Rust.

Notifications You must be signed in to change notification settings

CaptainJack42/prime_sieve_rust

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

prime_sieve_rust

A poor implementation of the Prime Sieve of Eratosthenes in Rust as a CLI.

I decided to try and learn Rust and this is basically the first thing i made.

This might get updates or not, idk.

Usage

primes [args] run --help for options

About

A poor implementation of the Prime Sieve of Eratosthenes in Rust.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages