Skip to content

add a type implementing BorshSchema of SmallVec #503

Description

@alejandro-vaz

create a type that cannot be instantiated representing the schema for a serialized SmallVec with borsh::BorshSchema

borsh is a serialization framework

concept:

pub enum WhateverName {}

impl BorshSchema for WhateverName {/* ... */}

this should be added to the borsh.rs file

Metadata

Metadata

Assignees

No one assigned

    Labels

    blockedthis issue is blocked by some other work needed to be donep-mediumMedium priorityr-featurerelated to a new feature

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions