simple_endian 0.4.9

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 30 feature flags, 14 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.

simple_bool (default)

This feature flag does not enable additional features.

simple_byte_impls (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.

derive

io

io-core

This feature flag does not enable additional features.

io-std

nonzero

simple_all

simple_char_impls

This feature flag does not enable additional features.

simple_specific_endian_bridge

This feature flag does not enable additional features.

simple_string_impls

This feature flag does not enable additional features.

text_all

text_encoding_rs

text_fixed

This feature flag does not enable additional features.

text_utf16

This feature flag does not enable additional features.

text_utf32

This feature flag does not enable additional features.

text_utf8

This feature flag does not enable additional features.

wrapping