Module bio::utils

source ·
Expand description

Common utilities.

Structs§

  • An Interval wraps the std::ops::Range from the stdlib and is defined by a start and end field where end should be >= start.

Traits§

  • This trait adds a fast approximation of exp to float types.

Functions§

  • In place implementation of scan over a slice.
  • Remove a trailing newline from the given string in place.

Type Aliases§

  • Type alias for an owned text, i.e. Vec<u8>.
  • Type alias for a text slice, i.e. &[u8].