Registry / cli / ferris-says

ferris-says

JSON →
library0.3.2rscratesunverified

A Rust flavored replacement for the classic cowsay.

# Cargo.toml [dependencies] ferris-says = "0.3.2"
INSTALL
IMPORT
SIG · FERRIS-SAYS
F
ferris-says
clirustv0.3.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

say
use ferris_says::say;

Prints a message in a speech bubble with Ferris the crab.

use ferris_says::say; fn main() { let message = "Hello, Rust!"; let width = 24; let mut stdout = std::io::stdout(); say(message, width, &mut stdout).unwrap(); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.3.2latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
Amazon
1
OpenAI (training)
1
Resources
ferris-says — cargo add ferris-says · libregistry