| Crates.io | a793556702 |
| lib.rs | a793556702 |
| version | 0.1.3 |
| created_at | 2020-03-02 00:07:42.998618+00 |
| updated_at | 2020-03-02 00:36:58.622288+00 |
| description | A very simple crate to test publishing to crates.io. |
| homepage | https://github.com/danielnorton/a793556702 |
| repository | https://github.com/danielnorton/a793556702 |
| max_upload_size | |
| id | 214324 |
| size | 3,804 |
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);