//! Internal layout of the CAS differentiation library: the `diff` engine, the
//! `integrate` engine and its function object, the `function` `Lib` wiring, and
//! the extensible differentiation-rule `registry`.
pub use ;
pub use CasDiffLib;
pub use ;
pub use ;