Registry / utility / bevy-utils

bevy-utils

JSON →
library0.18.1rscratesunverified

A collection of utility types and functions for the Bevy game engine.

# Cargo.toml [dependencies] bevy_utils = "0.18.1"
INSTALL
IMPORT
SIG · BEVY-UTILS
B
bevy-utils
utilityrustv0.18.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

HashMap
use bevy_utils::HashMap;

Uses Bevy's custom HashMap.

use bevy_utils::HashMap; fn main() { let mut map = HashMap::new(); map.insert("key", 42); println!("Value: {:?}", map.get("key")); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.18.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
bevy-utils — cargo add bevy-utils · libregistry