jp_utils 0.1.7

Utils for working with Japanese text.
Documentation
1
2
3
4
5
6
7
8
9
10
pub mod encode;
pub mod iter;
pub mod kanji;
pub mod s_owned;
pub mod s_ref;
pub mod traits;

pub use s_owned::Segment;
pub use s_ref::SegmentRef;
pub use traits::{AsSegment, AsSegmentRef};