setget 0.1.1

A crate for creating and managing users. This is created to learn about how to create and publish crates.
Documentation
  • Coverage
  • 85.71%
    6 out of 7 items documented5 out of 5 items with examples
  • Size
  • Source code size: 3.93 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.35 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • chirag-empiric/setget
    0 0 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • chirag-empiric

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"