7 unstable releases
0.4.0 | Nov 13, 2023 |
---|---|
0.3.0 | Jan 9, 2023 |
0.2.0 | Dec 23, 2022 |
0.1.4 | Dec 13, 2022 |
0.1.3 | Feb 16, 2022 |
#1026 in Rust patterns
58 downloads per month
Used in 4 crates
33KB
622 lines
fgoxide
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.
lib.rs
:
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.
Dependencies
~1.7–2.6MB
~39K SLoC