Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
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
{{ message }}
skytable
/
client-rust
Public
Notifications
You must be signed in to change notification settings
Fork
7
Star
44
Code
Issues
2
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
next
User selector
All users
Datepicker
All time
Commit history
Commits on Feb 16, 2025
version: 0.8.12
ohsayan
committed
4fceb22
View commit details
Copy full SHA for 4fceb22
Browse repository at this point
Commits on Dec 14, 2024
Fix infinite recursion when response has Option<T> (#35)
Show description for da304ac
chidea
authored and
ohsayan
committed
da304ac
View commit details
Copy full SHA for da304ac
Browse repository at this point
deps: Upgrade
Show description for 02fbb0b
ohsayan
committed
02fbb0b
View commit details
Copy full SHA for 02fbb0b
Browse repository at this point
Commits on Dec 5, 2024
Fix infinite recursion when response has Option<T>
Show description for c424e3b
chidea
authored
c424e3b
View commit details
Copy full SHA for c424e3b
Browse repository at this point
Commits on Sep 12, 2024
deps: Bump
ohsayan
committed
f0d4bd6
View commit details
Copy full SHA for f0d4bd6
Browse repository at this point
Merge pull request #33 from skytable/0.8/dynlists
Show description for 6a51ba6
ohsayan
authored
6a51ba6
View commit details
Copy full SHA for 6a51ba6
Browse repository at this point
docs: Add link to examples
ohsayan
committed
918d9b6
View commit details
Copy full SHA for 918d9b6
Browse repository at this point
version: bump
ohsayan
committed
e00019c
View commit details
Copy full SHA for e00019c
Browse repository at this point
Add examples for dynlists
Show description for 51d88df
ohsayan
committed
51d88df
View commit details
Copy full SHA for 51d88df
Browse repository at this point
Commits on Aug 7, 2024
Merge pull request #31 from skytable/dynlists
Show description for 75e1355
ohsayan
authored
75e1355
View commit details
Copy full SHA for 75e1355
Browse repository at this point
Commits on Jul 24, 2024
test: Add dynlist example
ohsayan
committed
8d637fe
View commit details
Copy full SHA for 8d637fe
Browse repository at this point
Commits on Jul 23, 2024
query, response: Add dynlist lib type trait impls and fix proto
ohsayan
committed
753b69f
View commit details
Copy full SHA for 753b69f
Browse repository at this point
resp: Add RList for decoding lists in responses
ohsayan
committed
330a8f5
View commit details
Copy full SHA for 330a8f5
Browse repository at this point
protocol, query: Add limited dynamic list support
ohsayan
committed
7e50a47
View commit details
Copy full SHA for 7e50a47
Browse repository at this point
Commits on Jul 2, 2024
misc: Remove unused trait
ohsayan
committed
fa5638f
View commit details
Copy full SHA for fa5638f
Browse repository at this point
version: 0.8.10
ohsayan
committed
3f3fe1c
View commit details
Copy full SHA for 3f3fe1c
Browse repository at this point
protocol: Fix multi-row decode
ohsayan
committed
cf86a55
View commit details
Copy full SHA for cf86a55
Browse repository at this point
Commits on Jun 26, 2024
docs: Add 0.8.9 examples
ohsayan
committed
7b31e13
View commit details
Copy full SHA for 7b31e13
Browse repository at this point
resp: Fix error propagation (#29)
ohsayan
authored
e0fa04f
View commit details
Copy full SHA for e0fa04f
Browse repository at this point
resp: Add enhanced multi-row support (#28)
Show description for 0dfc938
ohsayan
authored
0dfc938
View commit details
Copy full SHA for 0dfc938
Browse repository at this point
Commits on Jun 23, 2024
version: 0.8.8 and fix examples
ohsayan
committed
209bfe4
View commit details
Copy full SHA for 209bfe4
Browse repository at this point
deps: Upgrade
ohsayan
committed
bc0d531
View commit details
Copy full SHA for bc0d531
Browse repository at this point
Merge pull request #27 from skytable/protocol/new-decoder
Show description for 7b6b06c
ohsayan
authored
7b6b06c
View commit details
Copy full SHA for 7b6b06c
Browse repository at this point
response: Add SQParam for `&Vec<u8>`
ohsayan
committed
0e6add5
View commit details
Copy full SHA for 0e6add5
Browse repository at this point
response: Add `FromResponse` for multi-row responses
ohsayan
committed
6148487
View commit details
Copy full SHA for 6148487
Browse repository at this point
protocol: improve and fix decode routines
ohsayan
committed
c171681
View commit details
Copy full SHA for c171681
Browse repository at this point
Commits on Apr 24, 2024
version: 0.8.7
ohsayan
committed
15761f7
View commit details
Copy full SHA for 15761f7
Browse repository at this point
query: Add `pipe!` macro
ohsayan
committed
a45e249
View commit details
Copy full SHA for a45e249
Browse repository at this point
Commits on Apr 7, 2024
response: Add `parse` method to `Response`
ohsayan
committed
21263b5
View commit details
Copy full SHA for 21263b5
Browse repository at this point
Commits on Apr 5, 2024
Merge pull request #26 from skytable/feature/pipeline-batch
Show description for 21150d1
ohsayan
authored
21150d1
View commit details
Copy full SHA for 21150d1
Browse repository at this point
config: Do not expose protocol primitives
Show description for 825703c
ohsayan
committed
825703c
View commit details
Copy full SHA for 825703c
Browse repository at this point
io: Simplify handshakes
ohsayan
committed
33b7993
View commit details
Copy full SHA for 33b7993
Browse repository at this point
docs: Update information on version support [skip ci]
ohsayan
committed
5e1b401
View commit details
Copy full SHA for 5e1b401
Browse repository at this point
query: Add pipeline builder
ohsayan
committed
fc9dd17
View commit details
Copy full SHA for fc9dd17
Browse repository at this point
Commits on Apr 4, 2024
protocol: Check for illegal packet escape
ohsayan
committed
afa3a66
View commit details
Copy full SHA for afa3a66
Browse repository at this point
Previous
Next
You can’t perform that action at this time.