Skip to content

Handle v4 ASCII option types #52

Description

@leshow

In #42 we discussed how some types, like Message are currently String but that type is perhaps too permissive when encoding. We have a few options to deal with this:

  • use Vec<u8> everywhere
  • use a type like BString to give a string-like api while maintaining that it is just a vec of bytes in memory
  • non-type system solution, using comments?

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