Docs.rs
hermes-five-0.1.0
hermes-five 0.1.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dclause
Dependencies
dyn-clone ^1.0.18
normal
futures ^0.3.31
normal
hermes-five-macros ^0.1.0
normal
log ^0.4.25
normal
parking_lot ^0.12.3
normal
serde ^1.0.217
normal
optional
serde_json ^1.0.138
normal
optional
serialport ^4.7.0
normal
simple-easing ^1.0.1
normal
snafu ^0.8.5
normal
tokio ^1.43.0
normal
typetag ^0.2.19
normal
optional
serial_test ^3.2.0
dev
version-sync ^0.9.5
dev
Versions
77.78%
of the crate is documented
Platform
aarch64-apple-darwin
i686-pc-windows-msvc
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
ToF64
hermes_
five
0.1.0
ToF64
Required Methods
to_f64
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
u8
u16
u32
u64
Implementors
In hermes_
five::
utils
hermes_five
::
utils
Trait
ToF64
Copy item path
Source
pub trait ToF64 { // Required method fn
to_f64
(self) ->
f64
; }
Required Methods
§
Source
fn
to_f64
(self) ->
f64
Implementations on Foreign Types
§
Source
§
impl
ToF64
for
f32
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
f64
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
i8
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
i16
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
i32
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
i64
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
u8
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
u16
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
u32
Source
§
fn
to_f64
(self) ->
f64
Source
§
impl
ToF64
for
u64
Source
§
fn
to_f64
(self) ->
f64
Implementors
§