setget

Crates.iosetget
lib.rssetget
version0.1.1
sourcesrc
created_at2024-10-04 06:15:12.275987
updated_at2024-10-04 06:24:48.794754
descriptionA crate for creating and managing users. This is created to learn about how to create and publish crates.
homepage
repositoryhttps://github.com/chirag-empiric/setget.git
max_upload_size
id1396206
size4,252
(chirag-empiric)

documentation

README

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"
Commit count: 4

cargo fmt