Skip to content

Commit 1dce77f

Browse files
committed
feat: add-rust-provider-documentation (#1321)
## This PR Adds Flagsmith rust provider to the ecosystem list ### Related Issues Dependent on open-feature/rust-sdk-contrib#82 Signed-off-by: wadii <wadii.zaim@flagsmith.com>
1 parent f97c6db commit 1dce77f

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/datasets/providers/flagsmith.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,5 +47,11 @@ export const Flagsmith: Provider = {
4747
href: 'https://github.com/Flagsmith/flagsmith-openfeature-provider-python',
4848
category: ['Server'],
4949
},
50+
{
51+
technology: 'Rust',
52+
vendorOfficial: true,
53+
href: 'https://github.com/open-feature/rust-sdk-contrib/tree/main/crates/flagsmith',
54+
category: ['Server'],
55+
},
5056
],
5157
};

0 commit comments

Comments
 (0)