Gen-Alpha Dictionary
Easily learn gen-alpha (or, as found in the wild, iPad kids) phrases with a Rust Command Line Interface (CLI) and a hand-compiled list of 250 common words and prashes of your favorite 10-year-old.
Install
To use as a dependency
gen_alpha_dictionary = "0.1.0"
Usage
To use in a project
Import:
use process;
use Value;
use dictionary;
Parse JSON from web:
let dict: Value = parse_web_json.unwrap_or_else;
Or, parse JSON locally:
let dict: Value = parse_local_json.unwrap_or_else;
And finally, get the definition of the word:
let result = define_word.unwrap_or_else;
To use as a CLI
Install:
Run:
This will find the definition of skibidi. Double qoutes are unnecessary for single word prashes.
License
Licensed under MIT. Copyright 2024 Charles Nicholson.