Skip to content
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

Feat: add Serde as codec feature #23

Merged
merged 8 commits into from
Dec 12, 2023
Merged

Feat: add Serde as codec feature #23

merged 8 commits into from
Dec 12, 2023

Conversation

mrLSD
Copy link
Owner

@mrLSD mrLSD commented Dec 7, 2023

Description

➡️ Added Serde serializer, which can be enabled via codec feature flag:

➡️ Extended README.
➡️ Extended tests

💠 It's most useful for:

  • ➡️ AST - AST can be presented with (se/dese)rialization.
  • ➡️ State - whole state as serialization result
  • ➡️ SematicStack - serialized instructions set

@mrLSD mrLSD added the enhancement New feature or request label Dec 7, 2023
@mrLSD mrLSD added this to the v0.3.3 milestone Dec 7, 2023
Copy link

codecov bot commented Dec 7, 2023

Codecov Report

Attention: 9 lines in your changes are missing coverage. Please review.

Comparison is base (177e077) 100.00% compared to head (b75703e) 99.54%.

Files Patch % Lines
src/ast.rs 92.45% 8 Missing ⚠️
src/types/block_state.rs 95.83% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##            master      #23      +/-   ##
===========================================
- Coverage   100.00%   99.54%   -0.46%     
===========================================
  Files            9        9              
  Lines         1789     1975     +186     
===========================================
+ Hits          1789     1966     +177     
- Misses           0        9       +9     

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

@mrLSD mrLSD merged commit 2e702b1 into master Dec 12, 2023
2 of 4 checks passed
@mrLSD mrLSD deleted the feat/serde branch December 12, 2023 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant