Expand description
A lightweight Rust crate to help you build awesome tools
It’s designed to be framework-less and relatively simple while providing awesome helper functions for basic tasks that almost any program needs to do. These tasks include reading a config file with multiple paths (user and global), printing with color similar to println!() and getting user directories cross-platform.
To add it to your dependencies, either run:
cargo add apputils
Or update your Cargo.toml:
[dependencies]
apputils = "0.1.0"
Modules§
- Config file helpers
- Console pretty-print
- User environment wrappers
Macros§
- print! with colors
- println! with colors