Cargo Features

[dependencies]
ps-parser = { version = "1.0.1", default-features = false, features = ["en-us"] }
default = en-us

The en-us feature is set by default whenever ps-parser is added without default-features = false somewhere in the dependency tree.

en-us default

this localle is used to string comparison. It's differ that default, because A > a #true, when without local it's #false

Enables icu ^1.4