Module rna_algos::utils

source ·

Modules

  • Inspection and manipulation of the process’s environment.

Macros

  • Derive macro generating an impl of the trait Hash.
  • Inspects an environment variable at compile time.

Structs

Constants

Traits

  • 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.
  • Format trait for an empty format, {}.
  • A generic trait for converting a number to a value.
  • A hashable type.
  • Defines a multiplicative identity element for Self.
  • Generic trait for primitive integers.
  • 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.
  • 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