#publishing #io #hello #say

a793556702

A very simple crate to test publishing to crates.io

4 releases

0.1.3 Mar 2, 2020
0.1.2 Mar 2, 2020
0.1.1 Mar 2, 2020
0.1.0 Mar 2, 2020

#19 in #say

22 downloads per month

MIT license

3KB

a793556702

A very simple crate to test publishing to crates.io. Not intended to provide any real functionality.

This is all it does:

use a793556702::say_hello;
let message = say_hello("Fred");
assert_eq!("Hello, Fred!", message);

lib.rs:

a793556702

A very simple crate to test publishing to crates.io.

No runtime deps