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

Moving DecodeSegement to Parser #278

Merged
merged 2 commits into from
Mar 24, 2023
Merged

Moving DecodeSegement to Parser #278

merged 2 commits into from
Mar 24, 2023

Commits on Mar 14, 2023

  1. Moving DecodeSegement to Parser

    This would allow us to remove some global variables and move them to parser options as well as potentially introduce interfaces for json and b64 encoding/decoding to replace the std lib, if someone wanted to do that for performance reasons.
    
    We keep the functions exported because of explicit user demand.
    oxisto committed Mar 14, 2023
    Configuration menu
    Copy the full SHA
    352f411 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    321782a View commit details
    Browse the repository at this point in the history