[package] name = "fn_match" version = "0.1.0" edition = "2021" license = "WTFPL" description = "Defines a new type of match based on passing each value into a function." repository = "https://gitlab.com/zacryol/fn_match" [dev-dependencies] regex = "1.7.0"