You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,10 @@
8
8
Feature Probe is an open source feature management service. This SDK is used to control features in rust programs. This
9
9
SDK is designed primarily for use in multi-user systems such as web servers and applications.
10
10
11
+
## Fundamental Concept
12
+
13
+
Reading the short [fundamental concept](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_CONCEPTS.md) will help to understand the code blow more easily. [中文](https://github.com/FeatureProbe/FeatureProbe/blob/main/BASIC_CONCEPTS_CN.md)
14
+
11
15
## Try Out Demo Code
12
16
13
17
We provide a runnable demo code for you to understand how FeatureProbe SDK is used.
0 commit comments