Cargo Features
[dependencies]
pnpid = { version = "1.0.2", default-features = false, features = ["array"] }
- default = array
-
The
array
feature is set by default wheneverpnpid
is added without
somewhere in the dependency tree.default-features = false - array default
-
The library will include a list of tuples containing
(company_id, company_name)
.You may wish to keep this turned off to avoid bloating your binaries.
Affects
pnpid::ALL_COMPANIES
…