Cargo Features

rsql_formatters has no features set by default.

[dependencies]
rsql_formatters = { version = "0.13.0", features = ["all", "ascii", "csv", "html", "jsonl", "psql", "tsv", "unicode", "xml", "yaml"] }
all = ascii, csv, html, json, jsonl, markdown, plain, psql, sqlite, tsv, unicode, xml, yaml
ascii all?

Enables prettytable

csv all?

Enables csv

html all?

Enables quick-xml

json jsonl all?

Enables serde_json

markdown plain psql all?

Enables prettytable

sqlite tsv all?

Enables csv

unicode all?

Enables prettytable

xml all?

Enables quick-xml

yaml all?

Enables serde_yaml

rsql_formatters has 10 features without comments.