fgoxide

Crates.iofgoxide
lib.rsfgoxide
version0.4.0
sourcesrc
created_at2022-02-16 22:10:55.887154
updated_at2023-11-13 22:13:41.420685
descriptionUtility/QoL code for writing command-line / file processing tools.
homepage
repositoryhttps://github.com/fulcrumgenomics/fgoxide
max_upload_size
id533601
size35,697
Nils Homer (nh13)

documentation

https://docs.rs/fgoxide

README

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.

Commit count: 25

cargo fmt