78 releases (29 breaking)

0.32.4 Dec 21, 2024
0.32.2 Sep 4, 2024
0.29.1 Jul 16, 2024
0.15.0 Mar 27, 2024
0.5.3 Nov 29, 2023

#2 in #exon

Download history 64/week @ 2025-10-13 67/week @ 2025-10-20 35/week @ 2025-10-27 36/week @ 2025-11-03 34/week @ 2025-11-10 45/week @ 2025-11-17 61/week @ 2025-11-24 36/week @ 2025-12-01 26/week @ 2025-12-08 37/week @ 2025-12-15 49/week @ 2025-12-22 34/week @ 2025-12-29 41/week @ 2026-01-05 26/week @ 2026-01-12 40/week @ 2026-01-19 25/week @ 2026-01-26

142 downloads per month
Used in 19 crates (16 directly)

Apache-2.0

11KB
125 lines

Exon

Exon is an execution engine designed to work with bioinformatics data. It features:

  • SQL based access to bioinformatics data -- general DML and some DDL support
  • Support for many file formats from bioinformatics, proteomics, and others
  • Local filesystem and object storage support
  • Arrow FFI primitives for multi-language support

Installation

Exon is available via crates.io. To install, run:

cargo add exon

Documentation

  • Rust documentation is available here.
  • General documentation is available here.

Benchmarks

Please see the benchmarks README for more information.

Dependencies

~85MB
~1.5M SLoC