Function chewdata::updater::tera_helpers::function::faker::words

source ·
pub fn words(args: &HashMap<String, Value>) -> Result<Value>
Expand description

Generate words

§Examples

use std::collections::HashMap;
use chewdata::updater::tera_helpers::function::faker::words;

let args = HashMap::new();
let words = words(&args);
assert!(words.is_ok());