Crate consalign

source ·

Re-exports

Modules

Macros

  • Derive macro generating an impl of the trait Hash.
  • Derive macro generating an impl of the trait Ord.
  • Create an Array with one, two or three dimensions.
  • Array zip macro: lock step function application across several arrays and producers.
  • Inspects an environment variable at compile time.
  • Slice argument constructor.

Structs

Enums

Constants

Traits

  • Argument conversion into an array view
  • Numbers which have upper and lower bounds
  • A BufRead is a type of Reader which has an internal buffer, allowing it to perform extra ways of reading.
  • Array shape and index trait.
  • Format trait for an empty format, {}.
  • Types (distributions) that can be used to create a random instance of T.
  • This trait adds a fast approximation of exp to float types.
  • Trait for FASTA readers.
  • A generic trait for converting a number to a value.
  • A hashable type.
  • Floating-point element types f32 and f64.
  • Defines a multiplicative identity element for Self.
  • Trait for types that form a total order.
  • Generic trait for primitive integers.
  • Constructors for n-dimensional arrays with random elements.
  • The Read trait allows for reading bytes from a source.
  • The Seek trait provides a cursor which can be moved within a stream of bytes.
  • Types that can be transferred across thread boundaries.
  • A trait for Shape and D where D: Dimension that allows customizing the memory layout (strides) of an array shape.
  • Types for which it is safe to share references between threads.
  • A generic trait for converting a value to a number.
  • A trait for values which cannot be negative
  • A trait for objects which are byte-oriented sinks.
  • Defines an additive identity element for Self.

Functions

Type Definitions