Skip to main content

Crate onelib

Crate onelib 

Source
Expand description

Rust implementation of the ONEcode file format.

ONEcode is a general-purpose scientific data format designed by Richard Durbin and Gene Myers, originally for the Vertebrate Genomes Project. It supports dual ASCII/binary representation with per-field compression, built-in indexing, and self-describing schemas.

Modulesยง

codec
Codecs for ONEcode binary format compression.
error
reader
Reader for ONEcode files (ASCII and binary).
schema
ONEcode schema definitions and parsing.
types
writer
Writer for ONEcode files (ASCII and binary).