Expand description
Macros§
- newtype_
id - Macro to create a newtyped ID that implements Idx.
Structs§
- CsrMatrix
- Compressed Sparse Row matrix mapping row indices to variable-length data.
- Dense
IdMap - A dense mapping from ID to ID.
- Index
Vec - A dense vector indexed by ID types.
Enums§
- CsrValidation
Error - Errors that can occur during CSR validation.
- Indexed
VecError - Error returned when too many items are added to an IndexedVec.
Traits§
- Idx
- A trait for u32-backed, 0-based IDs.
- Lookup
ByIdx - A trait for looking up values by ID.
- Lookup
ByKey - A trait for looking up values by key that doesn’t need to implement Idx.