rustacean

Crates.iorustacean
lib.rsrustacean
version0.1.4
sourcesrc
created_at2021-12-15 15:35:16.667095
updated_at2021-12-18 14:06:39.54386
descriptionA tools for rustaceans to say their thought
homepage
repositoryhttps://github.com/guzhongren/rustacean/rustacean
max_upload_size
id498347
size2,549
guzhongren (guzhongren)

documentation

README

Rustacean

A tool for Rustacean to print something in application

How to use

  • Add dependence in Cargo.toml
rustacean = "0.1.x"

  • Coding
extern crate rustacean;

use rustacean::say;

// in main
rustacean::say("content").unwrap();
Commit count: 0

cargo fmt