[][src]Crate josa

Example

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

let user = "유진".to_owned();
let mackerel = "고등어".to_owned();

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

Traits

JosaExt