stet-engine 0.8.1

Execution engine for the stet PostScript interpreter — the eval loop, execution stack, and error recovery
Documentation
[package]
name = "stet-engine"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
description = "Execution engine for the stet PostScript interpreter — the eval loop, execution stack, and error recovery"
repository.workspace = true
homepage.workspace = true
keywords = ["postscript", "interpreter", "eval"]
categories = ["graphics"]

[dependencies]
stet-core.workspace = true
stet-ops.workspace = true

[dev-dependencies]
stet-render = { workspace = true, features = ["parallel", "ps-device"] }
flate2 = "1"