Reference
API references live outside this site, one per language binding:
- Rust: docs.rs/eunoia (rustdoc, the authoritative reference for every public type, trait, and function).
- JavaScript/TypeScript: the JavaScript API
reference catalogs the public surface, and full
type definitions ship with
@jolars/eunoiaso your editor’s “go to definition”/IntelliSense will surface them. - Python: the
eunoiaPython API reference. - R: the eulerr reference, now backed by the eunoia engine.
- Julia: the
Eunoia.jlreference. - Repository conventions: CONTRIBUTING.md describes how to set up the workspace, run the test and lint gates, and submit changes.
The chapters under Concepts and Bindings cover the why and the how; use them alongside the rustdoc/tsdoc, not in place of them.