farallons / sea-lion

A Rust library - Member of the farallons collection of libraries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

sea-lion

A Rust library


Member of the farallons collection of libraries


  • Generate the prime numbers up to and including a number

    cd prime
    cargo run [<number>]
    

    The number must be positive and less than or equal to 4294967295 (the max u32 value)

    If no number is specified, all primes up to 4294967295 are generated

  • The generated primes are stored in the file result.prime

About

A Rust library - Member of the farallons collection of libraries

License:MIT License


Languages

Language:Rust 100.0%