2个版本
0.1.1 | 2021年7月27日 |
---|---|
0.1.0 | 2021年7月27日 |
#86 in #cat
7KB
148 行
BBang Cat Encryption
这是BBang Cat Encryption。
我尽量做得简单。
用法
Cargo.toml
:
[dependencies]
bbangcat_encryption = "0.1.0"
main.rs
:
use bbangcat_encryption::bce;
fn main() {
println!("{}", bce::to_bce::new("Hello, World!")); // 뿢빽콋콋컜랰 쾛컜뿅콋뺗렾
println!("{}", bce::to_str::new("뿢빽콋콋컜랰 쾛컜뿅콋뺗렾")); // Hello, World!
}