A tool for Rustacean to print something in application
Cargo.toml
```toml rustacean = "0.1.x"
```
```rust extern crate rustacean;
use rustacean::say;
// in main rustacean::say("content").unwrap(); ```