simple_endian 0.3.3

A create for defining endianness within your data structures, to make handling portable data structures simpler.
Documentation

simple_endian

There is very little structured metadata to build this page from currently. You should check the main library docs, readme, or Cargo.toml in case the author documented the features in them.

This version has 15 feature flags, 12 of them enabled by default.

default

bitwise (default)

both_endian (default)

byte_impls (default)

This feature flag does not enable additional features.

comparisons (default)

This feature flag does not enable additional features.

float_impls (default)

format (default)

This feature flag does not enable additional features.

integer_impls (default)

This feature flag does not enable additional features.

math_ops (default)

This feature flag does not enable additional features.

neg_ops (default)

This feature flag does not enable additional features.

shift_ops (default)

This feature flag does not enable additional features.

big_endian (default)

This feature flag does not enable additional features.

little_endian (default)

This feature flag does not enable additional features.

io

io-core

This feature flag does not enable additional features.

io-std