Expand description
collection of hacks
Structs§
- Ether
- A unprotectected global object on a “I know what I’m doing basis”. every reference to such object must be marked unsafe.
- Void
Functions§
- flush
- flush a volatile variable: rust doesn’t have a volatile keyword. When a “const static” variable is expected to be written externally the optimized code may go wrong.
- make_
static ⚠