#![cfg_attr(not(feature ="std"), no_std)]#![doc=core::include_str!("../README.md")]// mirror the README verbatim
pubuseconst_cge_macro::*;// make the macros available to users & netcrate authors
pubmodactivations;// expose feature-determined `activations` implementations available to generated functions.
#[cfg(test)]modtests;// property test static evals against dynamic evals