Skip to content

feat: added borsh serialize - #486

Open
alejandro-vaz wants to merge 1 commit into
servo:v2from
alejandro-vaz:borshv2
Open

feat: added borsh serialize#486
alejandro-vaz wants to merge 1 commit into
servo:v2from
alejandro-vaz:borshv2

Conversation

@alejandro-vaz

Copy link
Copy Markdown
Collaborator

closes #484, which is a sub-issue of #291

it implements the trait borsh::BorshSerialize for SmallVec under the feature gate borsh

borsh is a fast binary serializing framework

this PR implements the trait on a separate borsh.rs file that will include in the future the BorshDeserialize trait as well

implementation of BorshDeserialize is blocked by #451

@alejandro-vaz
alejandro-vaz requested a review from jdm August 29, 2026 13:11
@alejandro-vaz alejandro-vaz self-assigned this Aug 29, 2026
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.

implement BorshSerialize for SmallVec

1 participant