Registry / other / building-blocks-storage

building-blocks-storage

JSON →
library0.7.1rscratesunverified

Efficient storage for maps on sparse or dense, 2D and 3D integer lattices.

# Cargo.toml [dependencies] building_blocks_storage = "0.7.1"
INSTALL
IMPORT
SIG · BUILDING-BLOCKS-ST
B
building-blocks-storage
otherrustv0.7.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.

Array3x1
✓ use building_blocks_storage::Array3x1;

Create a dense 3D array for voxel storage.

use building_blocks_storage::Array3x1; fn main() { let array = Array3x1::new([10, 10, 10]); println!("3D array created with dimensions 10x10x10"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.7.1latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
OpenAI (training)
1
Resources
building-blocks-storage — cargo add building-blocks-storage · libregistry