Expand description
Little snippets of code that i find myself needing often, so i compiled them into a crate.
Main features are the join
macro and the FancyText
/ colors
system for text formatting.
Modules§
- colors
- Color codes and formatting chars. Used in conjunction with the FancyText trait
Macros§
Structs§
- MFile
- Quick file writing
Enums§
- Magnet
- Separate a field from the parent object
Traits§
- Fancy
Text - Allows String and &str to have formatting applied