rust-lang / ferris-says

A Rust flavored implementation of `cowsay`
https://crates.io/crates/ferris-says
Apache License 2.0
194 stars 34 forks source link

Ferris can now think as well #26

Closed robamu closed 1 year ago

robamu commented 3 years ago

This adds the function think to the library (idea from #7) , which can be used to make Ferris think something.

In the binary module, Ferris thinks by supplying the speech mode with the -s argument.