bitendian 0.2.0

Ergonomic library for reading/writing numbers in big-endian and little-endian with async support.
Documentation

bitendian

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

default

  • std

std

    This feature flag does not enable additional features.

futures

  • dep:futures-io
  • dep:pin-project
  • std

tokio

  • dep:tokio
  • dep:pin-project
  • std

full

  • std
  • futures
  • tokio