Cargo Features

[dependencies]
exprtk_rs = { version = "0.1.0", default-features = false, features = ["all", "comments", "break_continue", "sc_andor", "return_statement", "rtl_io_file", "rtl_vecops", "enhanced_features", "superscalar_unroll", "caseinsensitivity", "debug"] }
default = all

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

all default

Enables break_continue, caseinsensitivity, comments, enhanced_features, return_statement, rtl_io_file, rtl_vecops, sc_andor and superscalar_unroll of exprtk_sys

comments

Enables comments of exprtk_sys

break_continue

Enables break_continue of exprtk_sys

sc_andor

Enables sc_andor of exprtk_sys

return_statement

Enables return_statement of exprtk_sys

rtl_io_file

Enables rtl_io_file of exprtk_sys

rtl_vecops

Enables rtl_vecops of exprtk_sys

enhanced_features

Enables enhanced_features of exprtk_sys

superscalar_unroll

Enables superscalar_unroll of exprtk_sys

caseinsensitivity

Enables caseinsensitivity of exprtk_sys

debug

Enables debug of exprtk_sys

exprtk_rs has 12 features without comments.