9 releases (5 breaking)
| 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 |
#1796 in Rust patterns
1,623 downloads per month
Used in 9 crates
(7 directly)
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
~77K SLoC