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

de::Builder and sequence length limit #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

mzabaluev
Copy link

@mzabaluev mzabaluev commented Dec 12, 2024

Make sequence length limit customizable similarly to the container depth limit.

As the freestanding function API to support all possible combination of parameters and deserialization inputs would become too busy, also add Builder enabling configuration in a builder pattern, exposed in the de module.

Add another parameter for deserializer, allowing to customize the
limit on the length of sequences such as byte arrays and strings.
Sign up for free to 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.

1 participant