Skip to content

[codec] rkyv support #7

@frostyplanet

Description

@frostyplanet

because rkyv 's zero copy have restriction that it cannot deserialized into owned type, the only possible usage it think is at client-side, rkyv have limited compatible to serde serialize trait, we can check it out.
while at server-side, there's no limitation because the Dispatch trait does not limit how user process the buffer. it's up to user's choice

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions