Crate rsdiff_core

Source
Expand description

§Core

The core module provides the fundamental building blocks for the rsdiff library. One of the primary focuses of the library is to provide a set of primitives and utilities for interpreting various operations. The core module is the foundation for the rest of the library, and it is designed to be as lightweight as possible.

Re-exports§

pub use super::scalar::Scalar;
pub use super::AsSlice;
pub use super::AsSliceMut;
pub use super::Gradient;
pub use super::eval::*;
pub use super::propagate::*;

Modules§

error
id
ops
Operations
stores
traits
types
Types

Macros§

nested