RustPrimeNumberLibrary 0.1.1

Rust prime number checker library now step 1 is importing create and calling function and put one parameter. This prameter data type is u32
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 9 MB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.02 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 10s Average build duration of successful builds.
  • all releases: 10s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • MuhammadHamzaFarooq/RustPrimeNumberLibrary
    1 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • MuhammadHamzaFarooq

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