Docs.rs
timecat-1.53.0
timecat 1.53.0
Permalink
Docs.rs crate page
GPL-3.0-or-later
Links
Homepage
Repository
crates.io
Source
Owners
Gourab-Ghosh
Dependencies
arrayvec >=0.6
normal
binread ^2
normal
optional
colored ^3
normal
optional
gloo ^0
normal
optional
itertools ^0
normal
mimalloc ^0
normal
optional
paste ^1
normal
pyo3 ^0.26.0
normal
optional
serde ^1
normal
optional
web-time ^1
normal
optional
serde_json ^1
dev
dirs ^6
build
optional
itertools ^0
build
minreq ^2
build
optional
sha256 ^1
build
optional
Versions
2.89%
of the crate is documented
Platform
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
Skip to main content
FloatExtensions
timecat
1.53.0
Float
Extensions
Required Methods
is_integer
Implementations on Foreign Types
f32
f64
Implementors
In timecat::
utils::
extension_
traits
timecat
::
utils
::
extension_traits
Trait
Float
Extensions
Copy item path
Source
pub trait FloatExtensions { // Required method fn
is_integer
(self) ->
bool
; }
Required Methods
§
Source
fn
is_integer
(self) ->
bool
Implementations on Foreign Types
§
Source
§
impl
FloatExtensions
for
f32
Source
§
fn
is_integer
(self) ->
bool
Source
§
impl
FloatExtensions
for
f64
Source
§
fn
is_integer
(self) ->
bool
Implementors
§