Skip to main content

Exon

Exon brings database concepts to scientific computing in order to improve the management and processing of data.

Exon is the execution engine for biobear and provides the data scanning for Exon-DuckDB. If you're already using Polars or DuckDB and/or want to get to analysis faster, then those tools are better options.

Installation

Exon is hosted on crates.io. To install, run:

cargo add exon

Documentation

Likewise, the documentation is hosted on docs.rs. To view the documentation, run:

cargo doc --open

Or, easier, click this link: Exon Documentation

Code and License

Exon is Apache 2.0 licensed and the code is hosted on GitHub.