partial_function

[Done] Partial Function library for Rust.
git clone https://git.jojolepro.com/partial_function.git
Log | Files | Refs | README | LICENSE

commit 102bc49dc032674da86e78140de921a5f0a58510
parent 6008e10a20ce3dd4e28e723a3ff55c4d2ea5f188
Author: jojo <jojolepromain@gmail.com>
Date:   Wed, 27 Sep 2017 12:17:14 -0400

Fixed doc link

Diffstat:
MCargo.toml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Cargo.toml b/Cargo.toml @@ -8,7 +8,7 @@ defined start and end bounds. """ keywords = ["partial", "function", "curve"] -documentation = "https://docs.rs/partialfunction" +documentation = "https://docs.rs/partial_function" repository = "https://github.com/jojolepro/partialfunction" license = "Apache-2.0" exclude = ["doc"]