Crate ZHRXXLib
Source - event
- utils
- implements
- Allows to check if a type implements trait T for references make is!(*reference, T)
- is
- Allows to check a function is of type T and is static for references make is!(*reference, T)
- lazy_static
- Lazy
- Simple lazy_static alternative
- SharedMutable
- Allows to store a mutable value in a static must be used with lazy_static
if you not a C Guy like I just use Mutex
- TMutex
- A thread mutex this means it dont holds a value
- TMutexGuard
- get_args
- Allows to get Args
- input
- Allows to get User Input