Skip to content

support serializing i128 / u128 - #113

Merged
davidhewitt merged 1 commit into
mainfrom
ser-big-nums
Apr 14, 2026
Merged

support serializing i128 / u128#113
davidhewitt merged 1 commit into
mainfrom
ser-big-nums

Conversation

@davidhewitt

@davidhewittdavidhewitt commented Apr 14, 2026

Copy link
Copy Markdown
Owner

Fixes#111

@codecov

codecovBot commented Apr 14, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 85.64%. Comparing base (991f3f5) to head (a2ba6a9).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@ Coverage Diff @@## main #113 +/- ##
==========================================
+ Coverage 85.58% 85.64% +0.06% 
==========================================
Files 3 3 Lines 1193 1198 +5 Branches 1193 1198 +5 ==========================================
+ Hits 1021 1026 +5 
Misses 106 106 Partials 66 66 

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@davidhewitt
davidhewitt merged commit dd11ae5 into mainApr 14, 2026
34 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

i128 / u128: serialisation returns Err with no documentation of the limitation

1 participant

@davidhewitt