Expand description
Core primitives for paradis
.
paradis-core
contains the core abstractions used by paradis
. paradis-core
is expected
to need breaking changes very rarely. Hopefully once the APIs are stabilized
no further breaking changes are necessary. Therefore, library authors who only want to
expose their data structures to paradis
algorithms should depend on this crate
instead paradis
.
Please see documentation for paradis
for more information about the library.
Modules§
- slice
- Core primitives for slices.
Structs§
- Bounds
- Bounds associated with an index type.
Traits§
- Bounded
ParAccess - Unsynchronized access to a bounded collection.
- Into
ParAccess - A type that can be converted into a parallel access object.
- Linear
ParAccess - An unsynchronized access to an array-like structure, indexed by
usize
. - ParAccess
- Unsynchronized access to records in a collection.
- Record
Index - A type suitable for use as an index into a collection of records.