Crates.io | fungus |
lib.rs | fungus |
version | 0.1.27 |
source | src |
created_at | 2019-12-24 17:39:48.033529 |
updated_at | 2021-02-10 22:21:23.648617 |
description | Rust utilities to reduce code verbosity |
homepage | https://github.com/phR0ze/fungus |
repository | https://github.com/phR0ze/fungus |
max_upload_size | |
id | 192150 |
size | 313,261 |
Rust utilities to reduce code verbosity
fungus is a collection of convenience functions I built up while working on other projects. I always seem to write this kind of boiler plate code to make working with a system more ergonomic and decided to make it reusable.
fungas attempts to follow these intents:
This minimum rustc requirement is driven by the enhancements made to Rust's std::error::Error
handling improvements
TBD
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.
Enable the git hooks to have automatic version increments
cd ~/Projects/fungus
git config core.hooksPath .githooks
This project is licensed under either of:
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.
defer
function