Skip to content

feat: Add support for sequences - #24

Draft
SimonIT wants to merge 2 commits into
peanutbother:mainfrom
SimonIT:seq
Draft

feat: Add support for sequences#24
SimonIT wants to merge 2 commits into
peanutbother:mainfrom
SimonIT:seq

Conversation

@SimonIT

@SimonIT SimonIT commented Jul 12, 2026

Copy link
Copy Markdown

fixes #23

What do you think?

Comment thread src/lib.rs Outdated
//! The following serde types are **not** supported:
//!
//! - Sequences (Vec, arrays, etc.)
//! - Deserializing sequences (Vec, arrays, etc.)

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this PR adds the feature to de/ser sequences so this line should be removed or changed to "Deserializing nested sequences"

Comment thread src/lib.rs Outdated
//! - Unit structs
//!
//! Attempting to serialize or deserialize these types will result in an error.
//! Attempting to deserialize these types will result in an error.

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as I understand de/ser is both meant because your PR just changes how the parser structures the tree. with my other comment regarding this it, the wording should stay or did I miss something there?

@peanutbother

Copy link
Copy Markdown
Owner

this is a great addition, please rebase your PR so I can start testing and merge it afterwards

@SimonIT

SimonIT commented Jul 20, 2026

Copy link
Copy Markdown
Author

Thanks for taking a quick look! I have edited the comments. Please test everything thoroughly

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.

Support Sequences

2 participants