Crate remtools

Source
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§

join
Joins an array of elements
qc
?: operator in languages like Java

Structs§

MFile
Quick file writing

Enums§

Magnet
Separate a field from the parent object

Traits§

FancyText
Allows String and &str to have formatting applied