variable-len-reader 0.5.1

A library for reading/writing variable length data. Support AsyncReadExt/AsynvWriteExt 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 16 feature flags, 5 of them enabled by default.

default

raw (default)

This feature flag does not enable additional features.

signed (default)

string (default)

varint (default)

vec_u8 (default)

async

async-trait

async_bools

async_default

async_raw

async_signed

async_string

async_varint

async_vec_u8

bools

This feature flag does not enable additional features.

tokio