owoify_gleam
Types
pub type OwoifyLevel {
Owo
Uwu
Uvu
}
Constructors
-
Owo
-
Uwu
-
Uvu
Functions
pub fn owoify(source: String) -> String
The main entry point of owoify_gleam
.
This function will use the Owo
owoness to owoify the source string.
Returns the owoified string according to the passed owoify level.
pub fn owoify_with_level(
source: String,
level: OwoifyLevel,
) -> String
The main entry point of owoify_gleam
.
This function will require the user to explicitly pass the desired owoness to owoify the source string.
Currently three owoify levels are supported: Owo
, Uwu
, Uvu
.
Returns the owoified string according to the passed owoify level.
pub fn uvuify(source: String) -> String
The main entry point of owoify_gleam
.
This function will use the Uvu
owoness to owoify the source string.
Returns the owoified string according to the passed owoify level.