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§

slice
Core primitives for slices.

Structs§

Bounds
Bounds associated with an index type.

Traits§

BoundedParAccess
Unsynchronized access to a bounded collection.
IntoParAccess
A type that can be converted into a parallel access object.
LinearParAccess
An unsynchronized access to an array-like structure, indexed by usize.
ParAccess
Unsynchronized access to records in a collection.
RecordIndex
A type suitable for use as an index into a collection of records.