ojichat

Crates.ioojichat
lib.rsojichat
version0.1.3
sourcesrc
created_at2020-12-13 03:39:10.866465
updated_at2021-01-02 11:57:16.542325
descriptionOjisan Nanchatte (ojichat) library for rust
homepage
repositoryhttps://github.com/gamoutatsumi/ojichat_rs
max_upload_size
id322311
size75,919
Tatsumi Gamou (gamoutatsumi)

documentation

README

ojichat

Crates.io MIT LICENSE GitHub Workflow Status

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

オレはチアキちゃんの味方だからネ僕は、すごく心配だよ💦(^▽^;)そんなときは、美味しいもの食べて、元気出さなきゃだね

ライセンス

MIT

Commit count: 37

cargo fmt