lib_hello_world

Crates.iolib_hello_world
lib.rslib_hello_world
version0.1.2
sourcesrc
created_at2023-01-07 02:53:20.672666
updated_at2023-01-08 09:30:46.923774
descriptionA library that simply prints the Hello world greeting
homepagehttps://github.com/thefossguy/lib_hello_world
repositoryhttps://github.com/thefossguy/lib_hello_world
max_upload_size
id752741
size1,908
Pratham Patel (thefossguy)

documentation

https://github.com/thefossguy/lib_hello_world

README

README

This is a simple Rust library that teaches you how to use third party libraries in your code using the Cargo tool.

Usage

This library exposes one public function. This function requires no arguments and it simply prints Hello world! to the console.

Following is how to do it.

lib_hello_world::greeter::greet_hello_world();
Commit count: 5

cargo fmt