strided-traits 0.3.0

Shared traits for strided-rs: element operations, scalar bounds, and type-level composition.
Documentation

strided-traits

Shared traits for the strided-rs ecosystem.

This crate contains scalar bounds and lazy element-operation traits used by strided-view, strided-kernel, strided-einsum2, and downstream extension crates. Most users should depend on the strided-rs facade crate instead.

Depend on strided-traits directly when implementing custom scalar types or element operations for the lower-level crates.