Crate ignite[−][src]
ignite serves the role as a "batteries included" addon to stdlib providing useful stuff and higher level functions along with some abstractions.
Modules
| aesthetics |
Well, contains stuff to make stuff CLI stuff pretty. |
| argument |
Everything related to arguments go in here. |
| error |
Stuff for error handling and exiting smoothly. |
| imut |
A internally mutable type for storing data without having to be marked as mut. |
| location |
Stuff related to defining places in a world; |
| log |
A simplistic and lightweight logging system. |
| num |
Some numeric utilities. |
| pstring |
A module containing the PointString type, a string variant comprised of a Vec |
| str_util |
Utilities for working with strings. |
| var |
Some miscellaneous that might prove useful when dealing with variables. |
Macros
| concat |