Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sergi0g/primes
Calculate primes with Rust
https://github.com/sergi0g/primes
Last synced: 3 days ago
JSON representation
Calculate primes with Rust
- Host: GitHub
- URL: https://github.com/sergi0g/primes
- Owner: sergi0g
- Created: 2023-11-17T17:45:37.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-18T10:22:38.000Z (about 1 year ago)
- Last Synced: 2024-06-15T09:49:57.945Z (5 months ago)
- Language: Rust
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Primes
Calculating primes with RustThis is my first program in Rust.
To run it:
```sh
$ git clone https://github.com/hex-developer/primes.git
$ cd primes
$ cargo run --release
```Just sit back and watch!