[][src]Crate malhada

Example

use malhada::Josa::{EunNeun, IGa};

let user = "유진";
let mackerel = "고등어";

let sentence = format!("{} {} 먹고싶다", user + EunNeun, mackerel + IGa);

assert_eq!(sentence, "유진은 고등어가 먹고싶다");

Enums

Josa

Enum of josas that are selected depending on the noun in front of it