gnusay

Crates.iognusay
lib.rsgnusay
version0.3.0
sourcesrc
created_at2020-07-30 14:50:31.268564
updated_at2023-07-09 15:06:22.660583
descriptionGNU say made using Rust
homepagehttps://github.com/deadblackclover/gnusay-rust
repositoryhttps://github.com/deadblackclover/gnusay-rust
max_upload_size
id271291
size46,108
DEADBLACKCLOVER (deadblackclover)

documentation

README

gnusay-rust

GNU say made using Rust

   +-----------+ 
   |I love GNU!|
   +-----------+ 
    \   / 
     \ / 
 .= .-_-. =.
((_/)o o(\_)) 
 `-'(. .)`-' 
  /| \_/ |\ 
 ( | GNU | ) 
 /'\_____/'\ 
 \__)   (__/

Install

If you have Rust: cargo install gnusay

Build for wasmtime

rustup target add wasm32-wasi
cargo wasm-build

and run it

wasmtime target/wasm32-wasi/release/gnusay.wasm

Usage

GNU say made using Rust

Usage: gnusay <TEXT>

Arguments:
  <TEXT>  

Options:
  -h, --help     Print help
  -V, --version  Print version
Commit count: 8

cargo fmt