partial_function 0.3.0

A clean way to define function as a set of subfunctions where each has defined start and end bounds.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "partial_function"
version = "0.3.0"
authors = ["jojolepro <jojolepromain@gmail.com>"]
description = """
A clean way to define function as a set of subfunctions where each has
defined start and end bounds.
"""

keywords = ["partial", "function", "curve"]
documentation = "https://docs.rs/partial_function"
repository = "https://github.com/jojolepro/partialfunction"
license = "Apache-2.0"
exclude = ["doc"]

[dependencies]