[][src]Crate thorium

Lokathor makes stuff.

Currently we're working on some Handmade Hero inspired stuff using winapi.

Macros

debugln

file!():line!()>, a space, and then the message.

dump

file!():line!()> expr: expr_value, one per expression

tlc_modify

Modify a thread_local Cell with the provided function.

tlc_read

Read a value out of a thread_local Cell

tlc_write

Write a new value to a thread_local Cell

Traits

ZeroSafe

Trait for any type that's safe to use with the zeroed function.