general_tools 0.1.25

This crate offers many functions for many different types of operations, such as operations with strings, numbers, files, and more!
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "general_tools"
version = "0.1.25"
authors = ["Gabriel"]
edition = "2021"
rust-version = "1.56.1"
description = "This crate offers many functions for many different types of operations, such as operations with strings, numbers, files, and more!"
repository = "https://www.github.com/GabrielFull-stack/general_tools"
license = "MIT"
keywords = ["math", "string", "time"]

[dependencies]
hex = "0.4.3"