//! Shared traits for the strided-rs ecosystem.
//!
//! This crate provides the core trait definitions that are shared across
//! `strided-view`, `strided-kernel`, `strided-einsum2`, and external crates
//! (e.g., `tropical-gemm`).
//!
//! External crates can depend on `strided-traits` to implement traits for
//! their types without orphan rule violations.
pub use ;
pub use ScalarBase;