Expand description

Rust GitLab Example

This implements a little command-line utility which will print a greeting for a specified name.

Structs

Command-line options

Functions

greeting 🔒

Given a name, generate a greeting.

main 🔒