ariacompute-engine (Rust)
Thin SDK over ariacompute-inference (and re-exports of ariacompute-ffi for embedding tests).
crates.io package name is ariacompute-engine; the Rust crate is still aria_engine.
use ;
let mut eng = open?;
let g = eng.complete?;
Publish: cargo publish -p ariacompute-engine (via .github/workflows/publish-cargo.yml on GitHub Release).