johnbiz_hello_world

Crates.iojohnbiz_hello_world
lib.rsjohnbiz_hello_world
version0.1.1
created_at2025-06-14 21:43:32.082879+00
updated_at2025-06-14 21:43:32.082879+00
descriptionA simple crate that greets people
homepagehttps://gitlab.com/johnbiz/rust-crates/johnbiz-hello-world
repositoryhttps://gitlab.com/johnbiz/rust-crates/johnbiz-hello-world
max_upload_size
id1712706
size2,146
(johnnyrockets)

documentation

https://docs.rs/johnbiz_hello_world

README

johnbiz_hello_world

A simple Rust crate that greets people.

This project does nothing useful. It was created to test publishing a crate.

Example

use johnbiz_hello_world::greet;

fn main() {
    println!("{}", greet("Alice"));
}
Commit count: 0

cargo fmt