8 releases (4 breaking)
new 0.5.0 | Feb 13, 2025 |
---|---|
0.4.0 | Nov 13, 2023 |
0.3.0 | Jan 9, 2023 |
0.2.0 | Dec 23, 2022 |
0.1.3 | Feb 16, 2022 |
#661 in Rust patterns
216 downloads per month
Used in 4 crates
38KB
718 lines
fgoxide
Common utilities code used across Fulcrum Genomics Rust projects.
Visit us at Fulcrum Genomics to learn more about how we can power your Bioinformatics with fgoxide and beyond.
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.
Dependencies
~3.5–9.5MB
~79K SLoC