Docs.rs
markov_namegen-0.6.0
markov_namegen 0.6.0
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
joeclark-phd
Dependencies
is-vowel ^0.1.0
normal
log ^0.4.22
normal
multimarkov ^1.0.0
normal
rand ^0.8.5
normal
regex ^1.8.1
normal
env_logger ^0.11.5
dev
Versions
57.89%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
x86_64-apple-darwin
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
markov_
namegen
0.6.0
Random
Text
Generator
Required Methods
generate_one
Implementors
In markov_
namegen::
interface
markov_namegen
::
interface
Trait
RandomTextGenerator
Copy item path
Source
pub trait RandomTextGenerator { // Required method fn
generate_one
(&mut self) ->
String
; }
Required Methods
§
Source
fn
generate_one
(&mut self) ->
String
Implementors
§
Source
§
impl
RandomTextGenerator
for
CharacterChainGenerator
Source
§
impl
RandomTextGenerator
for
ClusterChainGenerator