scopefn 0.0.2

Scope functions for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[dependencies.either]
optional = true
version = "1.0"

[features]
run_if = ["either"]

[package]
authors = ["Neo Lyon <lzt1008@live.com>"]
categories = ["rust-patterns", "no-std"]
description = "Scope functions for Rust"
edition = "2021"
keywords = ["scope", "functional", "scope-functions", "pipe"]
license = "MIT"
name = "scopefn"
readme = "README.md"
repository = "https://github.com/lzt1008/scopefn"
version = "0.0.2"