7 个版本

0.3.3 2018 年 12 月 7 日
0.3.2 2018 年 1 月 8 日
0.3.1 2016 年 11 月 19 日
0.2.1 2016 年 10 月 20 日
0.1.1 2016 年 9 月 16 日

#16#everything

MIT 许可证

9KB
242

Chickenize for Rust

Build Status License crates.io

Chickenize 的一切

示例

extern crate chickenize;
use chickenize::Chickenize;

let example = "The Vice-president didn't like his style.";
let chickenized = example.chicken();
// chickenized == "chicken chicken-chicken chicken'chicken chicken chicken chicken."

let buffalaxed = example.buffalo();
// buffalaxed == "buffalo buffalo-buffalo buffalo'buffalo buffalo buffalo buffalo."

let anonymized = example.anonymize("secret");
// anonymized == "secret secret-secret secret'secret secret secret secret."

let lorem_ipsum = example.lorem_ipsum();
// lorem_ipsum == "Lorem ipsum-dolor sit'amet consectetur adipiscing elit."

FFI 封装可在 examples 下找到,灵感来自伟大的 rust-ffi-examples 展示。

无运行时依赖