Expand description
A template Rust library crate.
This is template for Rust libraries, comprising a hello_world()
function.
§Example
use template_rust::hello_world;
hello_world();
// prints: Hello, world!
§Note
Caveat emptor.
Functions§
- hello_
world - Print “Hello, world!”.