Cargo Features

PLIC has no features set by default.

[dependencies]
plic = { version = "0.0.2", features = ["primitive-id"] }
primitive-id

Implement plic traits for integer types

By using this feature, parameter types of plic functions fall back to integers,
static type checks are disabled so this library won't detect parameters in incorrect orders.
Although some people may find it userul in prototyping plic implementations,
users of this crate are strongly encouraged not to enable this feature in production.