maller 0.1.0

a rust library crate that calls closures depending on the input data
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[dependencies]

[package]
authors = ["MAKA <mmkgdev@gmail.com>"]
categories = ["rust-patterns", "config", "data-structures"]
description = "a rust library crate that calls closures depending on the input data"
edition = "2021"
keywords = ["closures", "matches", "utilities", "call"]
license = "Apache-2.0 OR Unlicense"
name = "maller"
readme = "README.md"
repository = "https://github.com/MAKA-Rustcean/maller.git"
version = "0.1.0"