variable-len-reader 2.3.0

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

variable-len-reader

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

default

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