Docs.rs
ferrix-app-0.6.0
ferrix-app 0.6.0
Docs.rs crate page
GPL-3.0
Links
Repository
crates.io
Source
Owners
mskrasnov
Dependencies
anyhow ^1.0.98
normal
async-std ^1.13.2
normal
ferrix-lib ^0.4.1
normal
i18n-embed ^0.16.0
normal
i18n-embed-fl ^0.10.0
normal
iced ^0.14.0
normal
lazy_static ^1.5.0
normal
plotters ^0.3.7
normal
plotters-iced2 ^0.14.0
normal
rust-embed ^8.8.0
normal
serde ^1.0.228
normal
serde_json ^1.0.145
normal
tokio ^1.47.1
normal
toml ^0.9.8
normal
Versions
4.83%
of the crate is documented
Platform
aarch64-unknown-linux-gnu
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
ToColor
ferrix_
app
0.6.0
ToColor
Required Methods
to_color
Implementations on Foreign Types
(u8, u8, u8)
Implementors
In ferrix_
app::
utils
ferrix_app
::
utils
Trait
ToColor
Copy item path
Source
pub trait ToColor { // Required method fn
to_color
(&self) ->
Color
; }
Required Methods
§
Source
fn
to_color
(&self) ->
Color
Implementations on Foreign Types
§
Source
§
impl
ToColor
for (
u8
,
u8
,
u8
)
Source
§
fn
to_color
(&self) ->
Color
Implementors
§