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
FontSizeProvider
word_
cloud
0.1.100
Font
Size
Provider
Required Methods
get_font_size
Implementors
In word_
cloud::
words
word_cloud
::
words
Trait
Font
Size
Provider
Copy item path
Source
pub trait FontSizeProvider { // Required method fn
get_font_size
(&self, word: &
Word
) ->
u32
; }
Required Methods
§
Source
fn
get_font_size
(&self, word: &
Word
) ->
u32
Implementors
§
Source
§
impl
FontSizeProvider
for
RandomFontSizeProvider