cjp.rs

cjp.rs is a Rust library for converting strings to 怪レい日本语(correct Japanese).
Installation
Add the following to your Cargo.toml file:
[]
= "0.1.0"
Examples
You can convert string to 怪レい日本语 by importing the trait cjp::AsCJp and calling the method cjp on the string.
use AsCJp;
And see the docs.