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

#457 in Rust patterns

Download history 15/week @ 2023-12-27 3/week @ 2024-01-03 1/week @ 2024-02-07 7/week @ 2024-02-14 46/week @ 2024-02-21 42/week @ 2024-02-28 18/week @ 2024-03-06 8/week @ 2024-03-13 29/week @ 2024-03-27 41/week @ 2024-04-03

70 downloads per month
Used in 3 crates

MIT license

33KB
622 lines

fgoxide

Build Status license Version info

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.8–2.6MB
~41K SLoC