[][src]Function to_kana::fmt::format_kana

pub fn format_kana(format_str: &str, args: Vec<&str>) -> Result

Uses a format string to convert arguments to their Kana counterparts.

It is recommended that you use the to_kana! macro instead, which will call this function.