Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 942 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 942 Bytes

fgoxide

Build Status license Version info

Common utilities code used across Fulcrum Genomics Rust projects.

Why?

There are many helper functions that are used repeatedly across projects, such as serializing an iterator of Serializable objects to a file. This crate aims to collect those usage patterns, refine the APIs around them, and provide well tested code to be used across projects.

Documentation and Examples

Please see the generated Rust Docs.