a793556702

Crates.ioa793556702
lib.rsa793556702
version0.1.3
sourcesrc
created_at2020-03-02 00:07:42.998618
updated_at2020-03-02 00:36:58.622288
descriptionA very simple crate to test publishing to crates.io.
homepagehttps://github.com/danielnorton/a793556702
repositoryhttps://github.com/danielnorton/a793556702
max_upload_size
id214324
size3,804
Daniel Norton (danielnorton)

documentation

https://docs.rs/a793556702/

README

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);
Commit count: 8

cargo fmt