-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add Rust Client #50
Add Rust Client #50
Conversation
WalkthroughThe recent updates to the Changes
Poem
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (invoked as PR comments)
Additionally, you can add CodeRabbit Configuration File (
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Actionable comments posted: 0
Outside diff range, codebase verification and nitpick comments (1)
clients.md (1)
13-13
: Correct the language name to "Node.js".The official spelling of this programming framework is “Node.js”.
- | [falkordb-ts][falkordb-ts-url] | Node.JS | MIT | [FalkorDB][falkordb-url] | [npm][falkordb-ts-package] | + | [falkordb-ts][falkordb-ts-url] | Node.js | MIT | [FalkorDB][falkordb-url] | [npm][falkordb-ts-package] |Tools
LanguageTool
[uncategorized] ~13-~13: The official spelling of this programming framework is “Node.js”.
Context: ...db-ts-url] | Node.JS | MIT | [FalkorDB][falkordb-u...(NODE_JS)
Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Files selected for processing (1)
- clients.md (2 hunks)
Additional context used
LanguageTool
clients.md
[uncategorized] ~13-~13: The official spelling of this programming framework is “Node.js”.
Context: ...db-ts-url] | Node.JS | MIT | [FalkorDB][falkordb-u...(NODE_JS)
Additional comments not posted (5)
clients.md (5)
15-15
: Addition of Rust client entry looks good.The new entry for
falkordb-rs
(Rust) is correctly formatted and expands the range of supported programming languages for FalkorDB clients.
46-46
: Addition of TypeScript client URL looks good.The new URL entry for
falkordb-ts
correctly points to the GitHub repository.
47-47
: Addition of TypeScript client package reference looks good.The new package reference for
falkordb-ts
correctly points to the npm package.
49-49
: Addition of Rust client URL looks good.The new URL entry for
falkordb-rs
correctly points to the GitHub repository.
50-50
: Addition of Rust client package reference looks good.The new package reference for
falkordb-rs
correctly points to the crates.io package.
Summary by CodeRabbit
New Features
falkordb-ts
) for FalkorDB, replacing the previous Node.js client.falkordb-rs
), broadening the programming language options for developers.Documentation
clients.md
file to enhance clarity and accessibility of client libraries, including new URLs and package references for TypeScript and Rust clients.