Skip to content

Commit 26326ec

Browse files
committed
chore: add example to read me
1 parent 7446139 commit 26326ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ assert_eq!(fp.number_value("toggle_2", &u, 20.0), 12.5);
105105
assert_eq!(fp.string_value("toggle_3", &u, "val".to_owned()), "value");
106106
```
107107

108+
[Here is an example](https://github.com/FeatureProbe/server-sdk-rust/tree/main/examples)
109+
108110
## Testing SDK
109111

110112
We have unified integration tests for all our SDKs. Integration test cases are added as submodules for each SDK repo. So

0 commit comments

Comments
 (0)