2 releases
| 0.1.1 | Oct 4, 2024 |
|---|---|
| 0.1.0 | Oct 4, 2024 |
#19 in #age
5KB
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:
[dependencies]
setget = "0.1.0"