#utilities #iterator #command-line #send #utils

fgoxide

Utility/QoL code for writing command-line / file processing tools

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

Download history 35/week @ 2023-06-08 49/week @ 2023-06-15 51/week @ 2023-06-22 36/week @ 2023-06-29 59/week @ 2023-07-06 19/week @ 2023-07-13 31/week @ 2023-07-20 41/week @ 2023-07-27 29/week @ 2023-08-03 70/week @ 2023-08-10 48/week @ 2023-08-17 55/week @ 2023-08-24 34/week @ 2023-08-31 57/week @ 2023-09-07 41/week @ 2023-09-14 32/week @ 2023-09-21

176 downloads per month
Used in 3 crates

MIT license

30KB
565 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

~2–2.8MB
~44K SLoC