Cargo Features

Rulinalg has no features set by default.

[dependencies]
rulinalg = { version = "0.4.2", features = ["io"] }
io = csv, rustc-serialize

Affects rulinalg::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.

csv io?

Enables csv ^0.14.7

rustc-serialize io?