setget 0.1.1

A crate for creating and managing users. This is created to learn about how to create and publish crates.
Documentation
# setget

`setget` is a simple Rust crate for creating and managing user information, providing functionality to create, print, and retrieve user details (name and age).

## Features

- Create new users with a name and age.
- Print user information.
- Retrieve user details (name and age).

## Usage

### Adding to Your Project

To use `setget` in your project, add the following to your `Cargo.toml`:

```toml
[dependencies]
setget = "0.1.0"
```