Docs.rs
utilz-rs-0.2.0
utilz-rs 0.2.0
Docs.rs crate page
Links
Repository
crates.io
Source
Owners
Metehan120
Dependencies
async-trait ^0.1
normal
optional
once_cell ^1
normal
optional
tokio ^1
normal
optional
Versions
30.14%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
utilz_
rs
0.2.0
Number
Utils
Required Methods
is_even
is_odd
Implementations on Foreign Types
i32
Implementors
In crate utilz_
rs
utilz_rs
Trait
NumberUtils
Copy item path
Source
pub trait NumberUtils { // Required methods fn
is_even
(&self) ->
bool
;
fn
is_odd
(&self) ->
bool
; }
Required Methods
§
Source
fn
is_even
(&self) ->
bool
Source
fn
is_odd
(&self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
NumberUtils
for
i32
Source
§
fn
is_even
(&self) ->
bool
Source
§
fn
is_odd
(&self) ->
bool
Implementors
§