fungus 0.1.9

Rust utilities to reduce code verbosity
Documentation

fungus

license-badge build codecov crates.io rust-version

Rust utilities to reduce code verbosity

The intent of fungus is to reduce code verbosity for common system functions to keep things DRY.

TBD

Quick links

Usage

TBD

Contribute

Pull requests are always welcome. However understand that they will be evaluated purely on whether or not the change fits with my goals/ideals for the project.

Git-Hook

Enable the git hooks to have automatic version increments

cd ~/Projects/fungus
git config core.hooksPath .githooks

License

This project is licensed under either of:

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this project by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.


Backlog

Completed

  • 12/26/2020
    • Get fungus building and reporting with github actions
    • Split out git and arch work into another project
    • Implemented a better defer function
    • Port system utilities from witcher
    • Use fastrand rather than rand