53 releases (17 breaking)

new 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

#2 in #proteomics

Download history 220/week @ 2024-01-05 51/week @ 2024-01-12 53/week @ 2024-01-19 525/week @ 2024-01-26 190/week @ 2024-02-02 108/week @ 2024-02-09 83/week @ 2024-02-16 598/week @ 2024-02-23 463/week @ 2024-03-01 696/week @ 2024-03-08 449/week @ 2024-03-15 257/week @ 2024-03-22 123/week @ 2024-03-29 143/week @ 2024-04-05 935/week @ 2024-04-12 1366/week @ 2024-04-19

2,607 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

~61MB
~1M SLoC