Crate template_rust

Source
Expand description

A template Rust library crate.

Crates.ioRepo

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!”.