#user #user-name #age #information #create #details #publish

setget

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

2 releases

0.1.1 Oct 4, 2024
0.1.0 Oct 4, 2024

#12 in #age

Download history 269/week @ 2024-10-04 26/week @ 2024-10-11

295 downloads per month

MIT license

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"

No runtime deps