Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/NickTomlin/rust-rsay

It's cowsay... in Rust
https://github.com/NickTomlin/rust-rsay

Last synced: 7 days ago
JSON representation

It's cowsay... in Rust

Awesome Lists containing this project

README

        

rsay
===

A rusty fork of cowsay

Usage
---

Install via `cargo install rsay` (executables coming soon)

```shell
Usage: rsay [-OPTIONS] [ARG...]

Options:
-h, --help Print this help menu
-W, --width 50 Width of output
```

:metal: Benchmarks :metal:
---

Rsay turns a blind eye to the wonderful safety and concurrency features that rust offers and instead focuses on
blazing fast ascii performance:

```
time cowsay foo 0.02s user 0.02s system 68% cpu 0.052 total
time rsay foo 0.00s user 0.00s system 35% cpu 0.012 total
-----------------------------------------
< wow, think of how much time you'll save >
-----------------------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
```

Todo
---

- options
- user specified art
- randomization
- multi os executables