4 releases
Uses new Rust 2024
new 0.1.3 | May 19, 2025 |
---|---|
0.1.2 | May 16, 2025 |
0.1.1 | May 14, 2025 |
0.1.0 | May 9, 2025 |
#25 in #function
565 downloads per month
Used in 2 crates
16KB
206 lines
Miscellaneous utility functions
I've used the functions in the modules of this crate in several different projects, which is why I've kept them together in a separate crate. Their greatest weakness is poor error handling, so keep that in mind if you choose to use them. By the way, I need help getting those weaknesses corrected, so if you feel like taking that on, please check out the issues tab in this crate's repository.
- VERSION = "0.0.5";
- AUTHOR = "John T. Reagan";
- LICENSE = "MIT";
- LICENSE_URL = "https://opensource.org/licenses/MIT";
- REPOSITORY = "https://github.com/jtreagan/lib_utils";
- COPYRIGHT = "Copyright (c) 2025 John T. Reagan";
Any character can be used as the flag. The author generally uses '§' as the flag.
lib_utils
Miscellaneous utility functions.
Description
Not much more to say. I wrote the functions in this crate to help with other projects on which I am working.
Word of Caution
These functions tend to be weak on error handling. My suggestion is to copy the code into your project and then modify from there. Better than building from scratch. I think. Have fun!
Documentation
Sorry about the lack of documentation. However, the function names pretty much tell you what they do. Most of them are quite short, so it shouldn't be too hard for you to figure out their purpose.
MIT license.
Dependencies
~2.2–9.5MB
~83K SLoC