egglog-ast 1.0.0

egglog is a language that combines the benefits of equality saturation and datalog. It can be used for analysis, optimization, and synthesis of programs. It is the successor to the popular rust library egg.
Documentation
[dependencies.ordered-float]
version = "5.0"

[features]
default = []

[lib]
name = "egglog_ast"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "egglog is a language that combines the benefits of equality saturation and datalog. It can be used for analysis, optimization, and synthesis of programs. It is the successor to the popular rust library egg."
edition = "2024"
keywords = ["e-graphs", "egglog", "datalog", "compiler", "equality"]
license = "MIT"
name = "egglog-ast"
readme = "README.md"
repository = "https://github.com/egraphs-good/egglog"
version = "1.0.0"