Cargo Features

bin-rs has no features set by default.

[dependencies]
bin-rs = { version = "0.0.9", features = ["stream", "codec", "async", "util"] }
stream
codec = encoding_rs

Affects reader::CodeType, reader::BinaryReader.read_local_string

async = tokio

Affects bin-rs::async_reader

util

Affects bin-rs::io

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

encoding_rs codec?
tokio async?