Skip to content

Add SpecialRustType::Bytes to RustType #231

@MOmarMiraj

Description

@MOmarMiraj

The current typeshare implementation doesn't support translation of Vec<u8> to a target language appropriate bytes type. For Go, typeshare would translate it to []int when it should be []byte etc. We should add a new SpecialRustType::Bytes to RustType to allow us to correctly translate to bytes in each target language.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions