Crates.io | setget |
lib.rs | setget |
version | 0.1.1 |
source | src |
created_at | 2024-10-04 06:15:12.275987 |
updated_at | 2024-10-04 06:24:48.794754 |
description | A crate for creating and managing users. This is created to learn about how to create and publish crates. |
homepage | |
repository | https://github.com/chirag-empiric/setget.git |
max_upload_size | |
id | 1396206 |
size | 4,252 |
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
:
[dependencies]
setget = "0.1.0"