Cargo Features
pavexc has no features set by default.
[dependencies]
pavexc = { version = "0.1.53", features = ["debug_assertions"] }
- debug_assertions
-
Enable additional debug assertions to ensure correctness Some of these assertions can be computationally expensive,
that's why they are hidden behind a feature flag (i.e. not enabled)
by default in the builds that we distribute to users.