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
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "RustPrimeNumberLibrary"
version = "0.1.1"
authors = ["Muhammad Hamza Farooq <mhamza2021999@gmail.com>"]
edition = "2018"
documentation = "https://docs.rs/RustPrimeNumberLibrary/0.1.1/RustPrimeNumberLibrary/"
repository = "https://github.com/MuhammadHamzaFarooq/RustPrimeNumberLibrary"
homepage = "https://crates.io/crates/RustPrimeNumberLibrary"
description = "Rust prime number checker library now step 1 is importing create and calling function and put one parameter. This prameter data type is u32"
license = "MIT"
readme = "readme.md"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]