Added fungus (#2542)

Co-authored-by: Gabriel Huber <mail@gabrielhuber.at>
This commit is contained in:
Jason Beetham 2023-03-17 17:45:23 -06:00 committed by GitHub
parent 141fdbfbc6
commit e96d7014d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29532,5 +29532,20 @@
"description": "A simple lib to intercept Javascript fetch to capture or edit the data",
"license": "MIT",
"web": "https://git.ozzuu.com/thisago/jsfetchMock"
},
{
"name": "fungus",
"url": "https://github.com/beef331/fungus",
"method": "git",
"tags": [
"adt",
"enum",
"rust",
"match",
"tagged union"
],
"description": "Rust-like tuple enums",
"license": "MIT",
"web": "https://github.com/beef331/fungus"
}
]