# taxa-core
The taxa engine core: the manifest model (frames/views), a formula AST that
compiles to Polars expressions, and bounded query generators (treemap, series,
scatter, detail, search) over Polars `LazyFrame`s. Also defines the
`Source`/`Backend` traits and the dataset loader.
This is the engine the rest of the [taxa](https://github.com/paradigmxyz/taxa)
workspace is built on. Most users want the [`taxa`](https://crates.io/crates/taxa)
authoring facade or the [`taxa-cli`](https://crates.io/crates/taxa-cli) binary
rather than depending on `taxa-core` directly.
See the [repository](https://github.com/paradigmxyz/taxa) for docs and examples.
## License
MIT