fungus 0.1.12

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.

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

  • Update documentation

Changelog

  • 12/29/2020
    • Split Arch Linux functionality out to relic
  • 12/28/2020
    • Split git2 functionality out to skellige
  • 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