Crate ZHRXXLib

Crate ZHRXXLib 

Source

Modules§

event
utils

Macros§

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

Structs§

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

Functions§

get_args
Allows to get Args
input
Allows to get User Input