RustPrimeNumberLibrary

Crates.ioRustPrimeNumberLibrary
lib.rsRustPrimeNumberLibrary
version0.1.1
sourcesrc
created_at2020-06-30 07:35:29.065055
updated_at2020-06-30 08:44:06.820785
descriptionRust prime number checker library now step 1 is importing create and calling function and put one parameter. This prameter data type is u32
homepagehttps://crates.io/crates/RustPrimeNumberLibrary
repositoryhttps://github.com/MuhammadHamzaFarooq/RustPrimeNumberLibrary
max_upload_size
id259708
size9,007,805
(MuhammadHamzaFarooq)

documentation

https://docs.rs/RustPrimeNumberLibrary/0.1.1/RustPrimeNumberLibrary/

README

Simple Prime Numer Checker

  • You can use this simple Rust prime Number checker libary.

How to use

  • You Can use thi Library in your project with

use RustPrimeNumberLibrary::IS_prime_OR_notPrime;

Step1

  • calling function

IS_prime_OR_notPrime(int_num);

// And take one parameter andthis data type is u32

Commit count: 15

cargo fmt