https://github.com/n8henrie/primetools-rust
https://github.com/n8henrie/primetools-rust
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/n8henrie/primetools-rust
- Owner: n8henrie
- License: mit
- Created: 2019-06-27T21:53:06.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-06-27T22:12:31.000Z (almost 6 years ago)
- Last Synced: 2025-01-27T19:54:00.657Z (4 months ago)
- Language: Rust
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# primetools
This crate holds a simple prime generator and prime sieve, mostly for my
convenience as I work on Project Euler problems and the like. I'm publishing it
as a library as I learn about writing libraries (as opposed to binaries) in
rust.