Registry / utility / toad-array

toad-array

JSON →
library0.8.0rscratesunverified

Array trait for abstracting over heap or heapless collections in the toad ecosystem.

# Cargo.toml [dependencies] toad-array = "0.8.0"
INSTALL
IMPORT
SIG · TOAD-ARRAY
T
toad-array
utilityrustv0.8.0
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.

Array
use toad_array::Array;

Create an array using the Array trait.

use toad_array::Array; fn main() { let arr: Vec<i32> = Array::new(); println!("Array created"); }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.8.0latest on crates.io
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources