simple_endian 0.3.2

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 13 feature flags, 13 of them enabled by default.

default

  • bitwise
  • comparisons
  • format
  • math_ops
  • neg_ops
  • shift_ops
  • both_endian
  • float_impls
  • integer_impls
  • byte_impls

bitwise

  • integer_impls

comparisons

    This feature flag does not enable additional features.

format

    This feature flag does not enable additional features.

math_ops

    This feature flag does not enable additional features.

neg_ops

    This feature flag does not enable additional features.

shift_ops

    This feature flag does not enable additional features.

both_endian

  • big_endian
  • little_endian

float_impls

  • integer_impls

integer_impls

    This feature flag does not enable additional features.

byte_impls

    This feature flag does not enable additional features.

big_endian

    This feature flag does not enable additional features.

little_endian

    This feature flag does not enable additional features.