# tfc_toolbox_rs **Repository Path**: iqdxa/tfc_toolbox_rs ## Basic Information - **Project Name**: tfc_toolbox_rs - **Description**: 自用Rust语言crate包,包含一些小工具 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-06-29 - **Last Updated**: 2025-07-01 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## 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: ```shell cargo add tfc_toolbox_rs ``` ### A simple example ```Rust use tfc_toolbox_rs as tfc; fn main() { let a = 3; let b = 4; println!("{}", tfc::math::add(a, b)); } ``` ### Tools #### account - [x] input_password - [ ] change_password #### math - [x] add - [x] sub - [x] fibonacci #### console - [x] menu #### database - [ ] get_data - [ ] create_database