lib_hello_world 0.1.2

A library that simply prints the Hello world greeting
Documentation
  • Coverage
  • 0%
    0 out of 3 items documented0 out of 1 items with examples
  • Size
  • Source code size: 1.9 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 242.47 kB This is the summed size of all files generated by rustdoc for all configured targets
  • Ø build duration
  • this release: 8s Average build duration of successful builds.
  • all releases: 8s Average build duration of successful builds in releases after 2024-10-23.
  • Links
  • Homepage
  • Documentation
  • Repository
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • thefossguy

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();