fungus 0.0.77

Rust utilities to reduce code verbosity
Documentation
{
    "version": "2.0.0",
    "tasks": [
        {
            "label": "Build",
            "type": "shell",
            "command": "cargo build --all-features",
            "group": {
                "kind": "build",
                "isDefault": true
            }
        },
        {
            "label": "Test",
            "type": "shell",
            "command": "cargo test --all-features",
            "group": {
                "kind": "test",
                "isDefault": true
            }
        }
    ]
}