// The compute API series unions are mutually recursive, so their derived `Ord::cmp`
// bodies form a large call cycle. rustc bounds the MIR inliner's cycle detection by the
// crate recursion limit, and at the default (128) it fails to see the cycle and reports
// E0391 in optimized builds.
// Bazel (build_bazel.rs) or generate-bindings (build.rs): codegen into OUT_DIR at build time
// Default Cargo: pre-generated into src/conjure/ (not active during _build pre-gen step)
pub use *;