File tree 3 files changed +19
-7
lines changed
3 files changed +19
-7
lines changed Original file line number Diff line number Diff line change @@ -6,12 +6,6 @@ export const EnvVar: Provider = {
6
6
logo : EnvVarSvg ,
7
7
excludeFromLandingPage : true ,
8
8
technologies : [
9
- {
10
- technology : 'JavaScript' ,
11
- vendorOfficial : true ,
12
- href : 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/env-var' ,
13
- category : [ 'Server' ] ,
14
- } ,
15
9
{
16
10
technology : 'Go' ,
17
11
vendorOfficial : true ,
@@ -24,5 +18,17 @@ export const EnvVar: Provider = {
24
18
href : 'https://github.com/open-feature/java-sdk-contrib/tree/main/providers/env-var' ,
25
19
category : [ 'Server' ] ,
26
20
} ,
21
+ {
22
+ technology : 'JavaScript' ,
23
+ vendorOfficial : true ,
24
+ href : 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/env-var' ,
25
+ category : [ 'Server' ] ,
26
+ } ,
27
+ {
28
+ technology : 'Rust' ,
29
+ vendorOfficial : true ,
30
+ href : 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/env-var' ,
31
+ category : [ 'Server' ] ,
32
+ } ,
27
33
] ,
28
34
} ;
Original file line number Diff line number Diff line change @@ -23,5 +23,11 @@ export const Flipt: Provider = {
23
23
href : 'https://github.com/open-feature/js-sdk-contrib/tree/main/libs/providers/flipt' ,
24
24
category : [ 'Server' ] ,
25
25
} ,
26
+ {
27
+ technology : 'Rust' ,
28
+ vendorOfficial : true ,
29
+ href : 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flipt' ,
30
+ category : [ 'Server' ] ,
31
+ } ,
26
32
] ,
27
33
} ;
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ export type EcosystemElement = {
12
12
category : Category [ ] ;
13
13
} ;
14
14
15
- export type Technology = 'JavaScript' | 'Java' | 'Go' | 'PHP' | '.NET' | 'Kotlin' | 'Python' | 'Swift' ;
15
+ export type Technology = 'JavaScript' | 'Java' | 'Go' | 'PHP' | '.NET' | 'Kotlin' | 'Python' | 'Swift' | 'Rust' ;
16
16
export type Category = 'Server' | 'Client' ;
17
17
export type Type = 'Hook' | 'Provider' | 'SDK' ;
18
18
You can’t perform that action at this time.
0 commit comments