6 releases
0.3.0 | Jan 9, 2023 |
---|---|
0.2.0 | Dec 23, 2022 |
0.1.4 | Dec 13, 2022 |
0.1.3 | Feb 16, 2022 |
#750 in Rust patterns
176 downloads per month
Used in 3 crates
30KB
565 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
~2–2.8MB
~44K SLoC