Docs.rs
word-cloud-0.1.100
word-cloud 0.1.100
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
sixty-nine
Dependencies
image ^0.25.1
normal
imageproc ^0.24.0
normal
quadtree_rs ^0.1.3
normal
rand ^0.8.5
normal
rand_distr ^0.4.3
normal
rusttype ^0.9.3
normal
serde ^1.0
normal
serde_json ^1.0.117
normal
Versions
30%
of the crate is documented
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
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
ColorProvider
word_
cloud
0.1.100
Color
Provider
Required Methods
random_color
Implementors
In word_
cloud::
colors
word_cloud
::
colors
Trait
Color
Provider
Copy item path
Source
pub trait ColorProvider { // Required method fn
random_color
(&mut self) ->
Rgb
<
u8
>; }
Required Methods
§
Source
fn
random_color
(&mut self) ->
Rgb
<
u8
>
Implementors
§
Source
§
impl
ColorProvider
for
PaletteColorProvider
Source
§
impl
ColorProvider
for
RandomColorProvider