Registry / other / building-blocks-core

building-blocks-core

JSON →
library0.7.1rscratesunverified

The core data types for defining 2D and 3D integer lattices.

# Cargo.toml [dependencies] building_blocks_core = "0.7.1"
INSTALL
IMPORT
SIG · BUILDING-BLOCKS-CO
B
building-blocks-core
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.

Point3
use building_blocks_core::Point3;

Create a 3D point.

use building_blocks_core::Point3; fn main() { let p = Point3::new(1, 2, 3); println!("Point: {:?}", p); }
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
9 hits · last 30 days
node
6
Meta
1
Amazon
1
OpenAI (training)
1
Resources
building-blocks-core — cargo add building-blocks-core · libregistry