nabled-core 0.0.2

Core ndarray-native types and shared utilities for nabled
Documentation
# nabled-core

Core shared types and utilities for the `nabled` workspace.

`nabled-core` provides:

1. Shared error taxonomy (`ShapeError`, `NabledError`, `IntoNabledError`).
2. Reusable ndarray validation helpers.
3. Prelude exports for ndarray and complex number types.

## Install

```toml
[dependencies]
nabled-core = "0.0.1"
```

## Docs

1. API docs: <https://docs.rs/nabled-core>
2. Workspace repo: <https://github.com/MontOpsInc/nabled>