4 releases
0.1.3 | Jan 2, 2021 |
---|---|
0.1.2 | Jan 2, 2021 |
0.1.1 | Dec 15, 2020 |
0.1.0 | Dec 13, 2020 |
25 downloads per month
Used in ojichat-cli
30KB
618 lines
ojichat
ojichatのRust版実装です。
こちらはライブラリ版になります。
CLIで使いたい方はこちら
開発環境
$ rustup default
nightly-x86_64-unknown-linux-gnu (default)
使い方
use ojichat::ojichat::get_message;
fn print_message(
target: Option<String>,
emoji_num: Option<usize>,
punctuation_level: Option<usize>,
) {
println!("{}", get_message(target, emoji_num, punctuation_level))
}
or
cargo run --example ojichat
オレはチアキちゃんの味方だからネ僕は、すごく心配だよ💦(^▽^;)そんなときは、美味しいもの食べて、元気出さなきゃだね
ライセンス
Dependencies
~7–11MB
~182K SLoC