Crates.io | fgoxide |
lib.rs | fgoxide |
version | 0.4.0 |
source | src |
created_at | 2022-02-16 22:10:55.887154 |
updated_at | 2023-11-13 22:13:41.420685 |
description | Utility/QoL code for writing command-line / file processing tools. |
homepage | |
repository | https://github.com/fulcrumgenomics/fgoxide |
max_upload_size | |
id | 533601 |
size | 35,697 |
Common utilities code used across Fulcrum Genomics Rust projects.
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.
Please see the generated Rust Docs.