54 releases (18 breaking)

new 0.21.0 May 17, 2024
0.19.1 Apr 23, 2024
0.15.0 Mar 27, 2024
0.5.5 Dec 18, 2023
0.5.3 Nov 29, 2023

#2318 in Parser implementations

Download history 369/week @ 2024-01-22 238/week @ 2024-01-29 257/week @ 2024-02-05 18/week @ 2024-02-12 99/week @ 2024-02-19 695/week @ 2024-02-26 589/week @ 2024-03-04 759/week @ 2024-03-11 172/week @ 2024-03-18 259/week @ 2024-03-25 129/week @ 2024-04-01 172/week @ 2024-04-08 1339/week @ 2024-04-15 1188/week @ 2024-04-22 130/week @ 2024-04-29 53/week @ 2024-05-06

2,724 downloads per month
Used in 18 crates (15 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.


lib.rs:

Common utilities for Exon.

Dependencies

~62MB
~1M SLoC