Expand description
Platform compatibility support for first-party Bevy engine crates.
Modulesยง
- collections
- Provides
HashMap
andHashSet
fromhashbrown
with some customized defaults. - hash
- Provides replacements for
std::hash
items usingfoldhash
. - prelude
- Frequently used items which would typically be included in most contexts.
- sync
- Provides various synchronization alternatives to language primitives.
- thread
- Provides
sleep
for all platforms. - time
- Provides
Instant
for all platforms.