We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77ff117 commit 7bc4d50Copy full SHA for 7bc4d50
README.md
@@ -83,6 +83,7 @@ let fp = FeatureProbe::new_for_tests(toggles);
83
assert_eq!(fp.number_value("toggle_2", &u, 20.0), 12.5);
84
assert_eq!(fp.string_value("toggle_3", &u, "val".to_owned()), "value");
85
```
86
+[Here is an example](https://github.com/FeatureProbe/server-sdk-rust/tree/main/examples)
87
88
## Testing SDK
89
0 commit comments