datum-core 0.3.0

Rust stream-processing library mirroring Akka/Pekko Streams Typed, built on Ractor actors
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# AGENTS.md

This repository keeps its agent/contributor guidance in [`CLAUDE.md`](./CLAUDE.md), which is the
single source of truth for build/test/lint commands, the architecture overview, and the
Akka-mirroring and performance conventions.

**If you are an AI coding agent (or a human contributor) working in this repo, read
[`CLAUDE.md`](./CLAUDE.md) first.** It covers everything you need: how to build, test, lint, and
benchmark; the module layout (`src/stream.rs`, `src/graph.rs`, `src/actor.rs`); the
blueprint-vs-materialization rule and execution model; and the rules that govern API and
performance changes.

To avoid drift, all guidance lives in `CLAUDE.md` — update that file rather than duplicating
content here.