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
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "partial_function"
version = "0.3.0"
authors = ["jojolepro <jojolepromain@gmail.com>"]
exclude = ["doc"]
description = "A clean way to define function as a set of subfunctions where each has\ndefined start and end bounds.\n"
documentation = "https://docs.rs/partial_function"
keywords = ["partial", "function", "curve"]
license = "Apache-2.0"
repository = "https://github.com/jojolepro/partialfunction"

[dependencies]