strided-traits 0.2.0

Shared traits for strided-rs: element operations, scalar bounds, and type-level composition.
Documentation
1
2
3
4
5
6
7
8
9
10
# 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.