Crate paradis_core
source ·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§
- Core primitives for slices.
Structs§
- Bounds associated with an index type.
Traits§
- Unsynchronized access to a bounded collection.
- A type that can be converted into a parallel access object.
- An unsynchronized access to an array-like structure, indexed by
usize
. - Unsynchronized access to records in a collection.
- A type suitable for use as an index into a collection of records.