Cargo Features

[dependencies]
papergrid = { version = "0.11.0", default-features = false, features = ["std", "ansi"] }
default = std

The std feature is set by default whenever papergrid is added without default-features = false somewhere in the dependency tree.

std default

Affects config::spanned, dimension::compact, dimension::spanned, dimension::spanned_vec_records, grid::iterable, grid::peekable, records::vec_records, string::string_dimension, string::get_lines, string::Lines, string::replace_tab

ansi = ansi-str, ansitok

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.

ansi-str ansi?
ansitok ansi?