partial_fn 0.1.0

Construct a partial function from a series of match statements.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "partial_fn"
version = "0.1.0"
authors = ["Turing Eret <eret@lambdacalcul.us>"]
repository = "https://github.com/lambdaknight/partial_fn"
homepage = "https://github.com/lambdaknight/partial_fn"
license = "MIT"
readme = "README.md"
documentation = "https://lambdaknight.github.io/partial_fn"
description = "Construct a partial function from a series of match statements."
edition = "2021"

[dependencies]

[features]
default = []
unstable = []