| Crates.io | tfc_toolbox_rs |
| lib.rs | tfc_toolbox_rs |
| version | 0.5.1 |
| created_at | 2025-06-29 10:07:09.683014+00 |
| updated_at | 2025-07-01 09:20:30.549873+00 |
| description | This is my toolbox by rust. |
| homepage | |
| repository | https://gitee.com/iqdxa/tfc_toolbox_rs |
| max_upload_size | |
| id | 1730606 |
| size | 9,312 |
This is a tool box. You can use some tools to accelerate development efficiency.
You can install this package by cargo:
cargo add tfc_toolbox_rs
use tfc_toolbox_rs as tfc;
fn main() {
let a = 3;
let b = 4;
println!("{}", tfc::math::add(a, b));
}