Crate orthrus_core

Source
Expand description

This crate is used as a utilities library for common functionality across Orthrus modules.

By default, this crate only enables modules which do not have any crate dependencies (aside from snafu, which is required for errors).

Modules§

data
Endian-aware manipulation for data streams.
identify
Identification system that allows types to return information if they recognize a given type.
prelude
Convenient re-exports of commonly used data types, designed to make crate usage painless.
util
Utility functions that can’t be grouped into any other module.