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 }}
oleggator
/
msgpack-zig
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
17
Code
Issues
0
Pull requests
1
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Add decoder implementation
- #1
#1
Open
oleggator
wants to merge 20 commits into
master
oleggator/msgpack-zig:master
from
decoder
oleggator/msgpack-zig:decoder
Copy head branch name to clipboard
Conversation
Commits
20
(20)
Checks
Files changed
Open
Add decoder implementation
#1
oleggator
wants to merge 20 commits into
master
oleggator/msgpack-zig:master
from
decoder
oleggator/msgpack-zig:decoder
Copy head branch name to clipboard
Commits
Commits on Jan 24, 2021
add decode str len implementation
oleggator
committed
dea0cc9
View commit details
Copy full SHA for dea0cc9
Browse repository at this point
add decode array len implementation
oleggator
committed
e027706
View commit details
Copy full SHA for e027706
Browse repository at this point
add decode bool implementation
oleggator
committed
04b15be
View commit details
Copy full SHA for 04b15be
Browse repository at this point
add decode int and uint functions
oleggator
committed
d24ff94
View commit details
Copy full SHA for d24ff94
Browse repository at this point
add decode float functions
oleggator
committed
e7cf054
View commit details
Copy full SHA for e7cf054
Browse repository at this point
add decode string with allocation function
oleggator
committed
867fd2f
View commit details
Copy full SHA for 867fd2f
Browse repository at this point
add decode bin length function
oleggator
committed
e5c4eae
View commit details
Copy full SHA for e5c4eae
Browse repository at this point
fix decodeStrAlloc memory leak
oleggator
committed
a26e653
View commit details
Copy full SHA for a26e653
Browse repository at this point
handle invalid content size
oleggator
committed
bbcfdf6
View commit details
Copy full SHA for bbcfdf6
Browse repository at this point
some refactor
oleggator
committed
23c4bc3
View commit details
Copy full SHA for 23c4bc3
Browse repository at this point
add decode bin with allocation function
oleggator
committed
fd35a14
View commit details
Copy full SHA for fd35a14
Browse repository at this point
rework float decoding
oleggator
committed
3c1ee84
View commit details
Copy full SHA for 3c1ee84
Browse repository at this point
move testDecodeWithCopy function
oleggator
committed
e7b32e1
View commit details
Copy full SHA for e7b32e1
Browse repository at this point
add decode null function
oleggator
committed
0053317
View commit details
Copy full SHA for 0053317
Browse repository at this point
Commits on Jan 30, 2021
wip
oleggator
committed
3954eb3
View commit details
Copy full SHA for 3954eb3
Browse repository at this point
Commits on Feb 1, 2021
rename decode to decodeAlloc
oleggator
committed
7263110
View commit details
Copy full SHA for 7263110
Browse repository at this point
Commits on Feb 2, 2021
unify int decoding
oleggator
committed
cc0bd05
View commit details
Copy full SHA for cc0bd05
Browse repository at this point
Commits on Feb 8, 2021
rework u8 array decoding
oleggator
committed
ed3f097
View commit details
Copy full SHA for ed3f097
Browse repository at this point
add array decode
oleggator
committed
597f00b
View commit details
Copy full SHA for 597f00b
Browse repository at this point
Commits on Feb 9, 2021
refactor
oleggator
committed
1fbf0d9
View commit details
Copy full SHA for 1fbf0d9
Browse repository at this point
You can’t perform that action at this time.