variable-len-reader 2.4.0

A library for reading/writing variable length data. Support AsyncRead/AsyncWrite in tokio.
Documentation

variable-len-reader

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, 6 of them enabled by default.

default

string (default)

tokio (default)

varint (default)

vec_u8 (default)

raw (default)

This feature flag does not enable additional features.

varint_size (default)

async

async_bools

async_default

async_float

async_long_float

async_long_signed

async_long_varint

async_raw

async_raw_size

async_signed

async_string

async_varint

async_varint_size

async_vec_u8

bools

This feature flag does not enable additional features.

bytes

float

full

long_float

long_signed

long_varint

raw_size

signed

zigzag

This feature flag does not enable additional features.