quai 0.3.0

Interactive Quarb — a session REPL with query-macro history
quai-0.3.0 is not a library.

quai — interactive Quarb.

A session REPL over one or more sources. Each accepted line is labelled &N and becomes a reusable query macro: later lines pick it up as &N and continue through the pipe (&2 | /name::, &2 | [pred], &2 @| count). The materialized source is opened once and queried many times.

The session logic lives in [quarb_session]; quai is its native frontend, pairing a [LocalExecutor] with a [MemStore]. The daemon-backed executor and a persisting store are separate backends behind the same seam.