| Crates.io | reservoir-core |
| lib.rs | reservoir-core |
| version | 0.1.0 |
| created_at | 2025-12-22 14:23:55.16167+00 |
| updated_at | 2025-12-22 14:23:55.16167+00 |
| description | Core traits, types, and metrics for reservoir computing (ESN). Supports optional no_std/alloc via feature flags. |
| homepage | https://github.com/haradama/reservoir-rs/tree/main/crates/core |
| repository | https://github.com/haradama/reservoir-rs/tree/main/crates/core |
| max_upload_size | |
| id | 1999783 |
| size | 17,706 |
A minimal, experimental Rust workspace for reservoir computing / Echo State Networks (ESNs).
This project focuses on:
Note: This is early-stage software. APIs, module layout, and crate names may change.
This is a Cargo workspace.
cargo build
cargo test
Examples (if available in the workspace):
cargo run --example <name>
Some components can be built without the standard library.
default-features = false when you want no_std.alloc when you need heap-backed vectors/matrices.libm when targeting platforms without std floating-point support.Exact feature sets may change as the project evolves.
Apache License 2.0