Crates.io | rustacean |
lib.rs | rustacean |
version | 0.1.4 |
source | src |
created_at | 2021-12-15 15:35:16.667095 |
updated_at | 2021-12-18 14:06:39.54386 |
description | A tools for rustaceans to say their thought |
homepage | |
repository | https://github.com/guzhongren/rustacean/rustacean |
max_upload_size | |
id | 498347 |
size | 2,549 |
A tool for Rustacean to print something in application
Cargo.toml
rustacean = "0.1.x"
extern crate rustacean;
use rustacean::say;
// in main
rustacean::say("content").unwrap();