You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 3, 2026. It is now read-only.
This crate is intended to be a thin interface crate with minimal logic. Pulling in a dependency on type-checking and constructing "valid" expressions is more than thin.
Possible options:
Move the creation of type-checked logical expressions to a sparrow-logical-builder crate.
Move the creation of type-checked logical expressions to the sparrow-session crate.