Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/NickTomlin/rust-rsay
- Owner: NickTomlin
- License: mit
- Created: 2016-07-15T02:08:23.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-26T03:10:36.000Z (over 8 years ago)
- Last Synced: 2024-10-07T11:46:37.199Z (about 1 month ago)
- Language: Shell
- Homepage:
- Size: 20.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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