Cargo Features

rw-utils has no features set by default.

[dependencies]
rw-utils = { version = "0.0.1", features = ["all", "num_read", "num_write", "string_read", "string_write", "from_read", "to_write", "leb128_read", "leb128_write"] }
all = from_read, leb128_read, leb128_write, num_read, num_write, string_read, string_write, to_write
num_read all?

Affects rw-utils::num_read

num_write all?

Affects rw-utils::num_write

string_read all?

Affects rw-utils::string_read

string_write all? = encoding

Affects rw-utils::string_write

from_read all?

Affects rw-utils::from_read

to_write all?

Affects rw-utils::to_write

leb128_read all?

Affects rw-utils::leb128_read

leb128_write all?

Affects rw-utils::leb128_write

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 string_write?