Cargo Features

[dependencies]
nodex = { version = "0.2.4", default-features = false, features = ["v1", "v2", "v3", "v4", "v5", "v6", "v7", "v8"] }
default = v1

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

v1 default

Enables v1 of nodex-api

v2

Enables v2 of nodex-api

v3

Enables v3 of nodex-api

v4

Enables v4 of nodex-api

v5

Enables v5 of nodex-api

v6

Enables v6 of nodex-api

v7

Enables v7 of nodex-api

v8

Enables v8 of nodex-api

Nodex has 9 features without comments.