Skip to content

Implement serde serialization and deserialization - #53

Open
mikwielgus wants to merge 1 commit into
LPGhatguy:mainfrom
mikwielgus:serde
Open

Implement serde serialization and deserialization#53
mikwielgus wants to merge 1 commit into
LPGhatguy:mainfrom
mikwielgus:serde

Conversation

@mikwielgus

Copy link
Copy Markdown
Contributor

I also renamed EmptySlot to VacantSlot and Slot::Empty to Slot::Vacant, in line with established OccupiedEntry and VacantEntry terminology.

Closes #32

@mikwielgus
mikwielgus force-pushed the serde branch 3 times, most recently from 600ece5 to 03c6094 Compare August 15, 2026 21:04

@LPGhatguy LPGhatguy left a comment

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.

Looking solid! I've left only one comment here, the rest seems good to me.

Comment thread src/serde.rs Outdated
@mikwielgus
mikwielgus force-pushed the serde branch 2 times, most recently from ab23b9c to cb9804b Compare August 18, 2026 10:25
I also renamed `EmptySlot` to `VacantSlot` and `Slot::Empty`
to `Slot::Vacant`, in line with established `OccupiedEntry` and
`VacantEntry` terminology.

Closes LPGhatguy#32
@mikwielgus

Copy link
Copy Markdown
Contributor Author

Just to be sure, are you waiting for me to resolve the new CHANGELOG.md conflict, or are you just taking some time to mull this over?

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.

Serde Support

2 participants