Docs.rs
i3status-rs-0.34.0
i3status-rs 0.34.0
Permalink
Docs.rs crate page
GPL-3.0-only
Links
Repository
crates.io
Source
Owners
cfsmp3
MaxVerevkin
bim9262
Dependencies
async-trait ^0.1
normal
backon ^1.2
normal
base64 ^0.22.1
normal
bytes ^1.8
normal
calibright ^0.1.13
normal
chrono ^0.4
normal
chrono-tz ^0.10
normal
clap ^4.0
normal
dirs ^6.0
normal
env_logger ^0.11
normal
futures ^0.3.31
normal
glob ^0.3.1
normal
optional
hyper ^0.14
normal
iana-time-zone ^0.1.60
normal
icalendar ^0.16.2
normal
icu_calendar ^1.3.0
normal
optional
icu_datetime ^1.3.0
normal
optional
icu_locid ^1.3.0
normal
optional
indexmap ^2.0
normal
inotify ^0.11
normal
itertools ^0.13
normal
libc ^0.2
normal
libpulse-binding ^2.0
normal
optional
log ^0.4
normal
maildir ^0.6
normal
optional
neli ^0.6
normal
neli-wifi ^0.6
normal
nix ^0.29
normal
nom ^7.1.2
normal
notmuch ^0.8
normal
optional
num-traits ^0.2
normal
oauth2 ^4.4.2
normal
pipewire ^0.8
normal
optional
quick-xml ^0.37
normal
regex ^1.5
normal
reqwest ^0.11
normal
sensors ^0.2.2
normal
serde ^1.0
normal
serde_json ^1.0
normal
shellexpand ^3.0
normal
signal-hook ^0.3
normal
signal-hook-tokio ^0.3
normal
smart-default ^0.7
normal
sunrise ^2.1
normal
swayipc-async ^2.0.1
normal
thiserror ^2.0
normal
tokio ^1.43
normal
tokio-util ^0.7
normal
toml ^0.8
normal
unicode-segmentation ^1.10.1
normal
wayrs-client ^1.0
normal
wayrs-protocols ^0.14
normal
x11rb-async ^0.13.1
normal
zbus ^5
normal
Versions
10.46%
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
i3status_
rs
0.34.0
IntoF64
Required Methods
into_f64
Implementations on Foreign Types
f32
f64
i8
i16
i32
i64
isize
u8
u16
u32
u64
usize
Implementors
In i3status_
rs::
formatting::
value
i3status_rs
::
formatting
::
value
Trait
IntoF64
Copy item path
Source
pub trait IntoF64 { // Required method fn
into_f64
(self) ->
f64
; }
Required Methods
§
Source
fn
into_f64
(self) ->
f64
Implementations on Foreign Types
§
Source
§
impl
IntoF64
for
f32
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
f64
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
i8
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
i16
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
i32
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
i64
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
isize
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
u8
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
u16
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
u32
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
u64
Source
§
fn
into_f64
(self) ->
f64
Source
§
impl
IntoF64
for
usize
Source
§
fn
into_f64
(self) ->
f64
Implementors
§