Registry / other / geobacter-core

geobacter-core

JSON →
library1.0.0rscratesunverified

Runtime platform independent intrinsics and newtypes for host/device memory usage, requiring a special compiler.

other
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.

use geobacter_core::memory::DeviceMemory;

Allocates device memory

use geobacter_core::memory::DeviceMemory; fn main() { let mem = DeviceMemory::new(1024); println!("Allocated {} bytes", mem.size()); }
Debug
Known footguns
breakingRequires a special compiler (not standard rustc)
Upgrade
Version history

Breaking-change detection hasn't run for this library yet.

Audit
Security & dependencies

CVE tracking and dependency tree are planned for a later release.

Agent activity
13 hits · last 30 days
gptbot
3
claudebot
3
bingbot
1
ahrefsbot
1
Resources