Cargo Features

[dependencies]
orthodoxy = { version = "0.1.15", default-features = false, features = ["all", "base", "beta", "datetime", "id", "pretty", "version", "xat", "applications", "json", "http", "database"] }
default = all

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

all default = applications, base, beta, database, datetime, http, id, json, pretty, server, terminal, xat
base all

What features are assummed by all internal modules

Affects orthodoxy::bytes, orthodoxy::datetime, orthodoxy::id, orthodoxy::json, orthodoxy::pretty, orthodoxy::version, orthodoxy::xat

beta all

Affects orthodoxy::beta, orthodoxy::context, orthodoxy::history, orthodoxy::command, orthodoxy::htmlize, orthodoxy::database2, orthodoxy::file_stuff, orthodoxy::http, orthodoxy::database

datetime all

Affects orthodoxy::datetime

id all

Affects orthodoxy::id

pretty all
version

Affects orthodoxy::version

xat all

Affects orthodoxy::xat

terminal server applications all
json all

Affects orthodoxy::json, orthodoxy::pretty

http all

Affects orthodoxy::http

database all

Affects orthodoxy::database