keepops 0.0.2

Extension traits for keeping the input of mapping functions
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "keepops"
version = "0.0.2"
edition = "2021"
license = "MIT"
keywords = ["tuple", "map", "and_then", "extension"]
authors = ["Robert Walter <robwalter96@gmail.com>"]
description = "Extension traits for keeping the input of mapping functions"
homepage = "https://github.com/RobWalt/keepops"
repository = "https://github.com/RobWalt/keepops"
documentation = "https://docs.rs/keepops"
readme = "README.md"

[dependencies]