Cargo Features

[dependencies]
structre = { version = "0.0.4", default-features = false, features = ["unicode"] }
default = unicode

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

unicode default

Enables unicode of regex and structre_proc_macros

regex:

UNICODE DATA FEATURES

Enables all Unicode features. This expands if new Unicode features are added.

structre has 2 features without comments.