# cyrs-plan
[](https://crates.io/crates/cyrs-plan)
[](https://docs.rs/cyrs-plan)
[](https://github.com/phall1/cyrs/actions/workflows/ci.yml)
[](https://github.com/phall1/cyrs/blob/main/rust-toolchain.toml)
[](#license)
Logical plan IR lowered from the Cypher / GQL HIR. Downstream consumers
execute the plan against their own storage — this crate does not execute.
See spec 0001 §12.
For the full story — architecture, dependency graph, and testing bar — see
the [repo-root README](https://github.com/phall1/cyrs#readme).
## License
Licensed under either of
- Apache License, Version 2.0
([LICENSE-APACHE](https://github.com/phall1/cyrs/blob/main/LICENSE-APACHE))
- MIT license
([LICENSE-MIT](https://github.com/phall1/cyrs/blob/main/LICENSE-MIT))
at your option.