variable-len-reader 0.5.0

A library for reading/writing variable length data.
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 12 feature flags, 4 of them enabled by default.

default

raw (default)

This feature flag does not enable additional features.

signed (default)

This feature flag does not enable additional features.

string (default)

vec_u8 (default)

This feature flag does not enable additional features.

async

async-trait

async_default

async_raw

async_signed

async_string

async_vec_u8

tokio