kaigan 0.5.0

Rust companion for Kinobi
Documentation
1
2
3
4
5
6
7
8
9
mod prefix_string;
mod prefix_vec;
mod remainder_str;
mod remainder_vec;

pub use prefix_string::*;
pub use prefix_vec::*;
pub use remainder_str::*;
pub use remainder_vec::*;