`setget` is a simple Rust crate for creating and managing user information, providing functionality to create, print, and retrieve user details (name and age).
- --
To use `setget` in your project, add the following to your `Cargo.toml`:
```toml
[dependencies]
setget = "0.1.0"
```