40 releases (17 breaking)

0.20.0 Apr 24, 2024
0.18.0 Apr 23, 2024
0.15.0 Mar 27, 2024
0.5.5 Dec 18, 2023
0.5.3 Nov 29, 2023

#2714 in Parser implementations

Download history 46/week @ 2024-01-19 338/week @ 2024-01-26 163/week @ 2024-02-02 56/week @ 2024-02-09 75/week @ 2024-02-16 492/week @ 2024-02-23 422/week @ 2024-03-01 594/week @ 2024-03-08 411/week @ 2024-03-15 212/week @ 2024-03-22 90/week @ 2024-03-29 128/week @ 2024-04-05 734/week @ 2024-04-12 1254/week @ 2024-04-19 180/week @ 2024-04-26 60/week @ 2024-05-03

2,244 downloads per month
Used in 4 crates (via exon)

Apache-2.0

33KB
585 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

~63MB
~1M SLoC