tfc_toolbox_rs

Crates.iotfc_toolbox_rs
lib.rstfc_toolbox_rs
version0.5.1
created_at2025-06-29 10:07:09.683014+00
updated_at2025-07-01 09:20:30.549873+00
descriptionThis is my toolbox by rust.
homepage
repositoryhttps://gitee.com/iqdxa/tfc_toolbox_rs
max_upload_size
id1730606
size9,312
(iqdxa)

documentation

README

tfc_toolbox_rs

This is a tool box. You can use some tools to accelerate development efficiency.

Install

You can install this package by cargo:

cargo add tfc_toolbox_rs

A simple example

use tfc_toolbox_rs as tfc;

fn main() {
    let a = 3;
    let b = 4;
    println!("{}", tfc::math::add(a, b));
}

Tools

account

  • input_password
  • change_password

math

  • add
  • sub
  • fibonacci

console

  • menu

database

  • get_data
  • create_database
Commit count: 0

cargo fmt