Module bio::utils
[−]
[src]
Common utilities.
Structs
| NonNaNFloat |
Traits
| IntoTextIterator |
Type alias for a type that can be coerced into a |
| TextIterator |
Type alias for an iterator over a sequence, i.e. |
Functions
| prescan | |
| scan |
In place implementation of scan over a slice. |
| trim_newline |
Remove a trailing newline from the given string in place. |
Type Definitions
| Text |
Type alias for an owned text, i.e. |
| TextSlice |
Type alias for a text slice, i.e. |