bpmf_py 0.1.0

A Bopomofo and Pinyin library
Documentation
1
2
3
4
5
6
7
8
9
pub mod bpmf;
pub mod bpmf_chars;

pub fn add(left: usize, right: usize) -> usize {
    left + right
}

#[cfg(test)]
mod tests;