Skip to content

Learning rust through the implementation of prime generation.

License

Notifications You must be signed in to change notification settings

scottwillmoore/rust-primer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prime Generation in Rust

At a glance, the crate is an implementation of various prime generation methods in Rust. It is split into two parts, the library which exposes a simple interface for generating primes, and the CLI application which acts as an example use case of the library.

However, the meaning behind the name of this Rust crate is a double entendre. The name also implies that I have used the development of this crate to learn and understand the intricacies of developing a Rust crate. Cute I know.

Build

Currently this crate depends on Rust nightly features in order to be built.

About

Learning rust through the implementation of prime generation.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages