9 releases (5 breaking)
new 0.6.0 | May 23, 2025 |
---|---|
0.5.0 | Feb 13, 2025 |
0.4.0 | Nov 13, 2023 |
0.3.0 | Jan 9, 2023 |
0.1.3 | Feb 16, 2022 |
#1044 in Rust patterns
73 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–5MB
~80K SLoC