From 66a67d0e5b3eb6dfbb198818b646e0215bef7f79 Mon Sep 17 00:00:00 2001 From: Michel Kuhlmann Date: Thu, 16 Jun 2022 10:37:28 +0200 Subject: [PATCH] Example for mimicking R's approx-function --- Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index 08a6df7..0b8e49e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,6 +40,9 @@ serde_json = "1" [package.metadata.docs.rs] all-features = true +[[example]] +name = "R-approx-function" + [[example]] name = "hello-world"