Commit graph

5 commits

Author SHA1 Message Date
Gered 2203035401 add a bunch of debug impls. switch some debug derives over too
mainly switching #[derive(Debug)] to manual std::fmt::Debug impls to
remove debug strings that would otherwise contain long strings of
byte arrays which most of the time isn't so useful to see in any kind
of debug logging
2022-07-23 15:08:36 -04:00
Gered 100c02fc58 add doc comments for entity and event functionality 2022-07-10 15:23:30 -04:00
Gered e8cbe1debe add some inline's 2022-07-10 15:15:59 -04:00
Gered 881fe1d2fd the take_queue function was not intended to be public 2022-07-10 15:14:09 -04:00
Gered 38e6826440 initial commit 2022-05-15 12:11:46 -04:00