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.

Enums

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 Definitions

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