simple_endian 0.4.10

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

simple_endian

There is currently very little information to present on this page because Docs.rs has only limited support for extracting structured feature metadata from Cargo crates. This issue is tracked in Rust RFC #3416. Check this library's main docs, readme, and Cargo.toml in case its authors have documentation for features available there instead.

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