Skip to content

CustomEncoder/CustomDecoder improvements #8

@svix-daniel

Description

@svix-daniel

Ideally encoders and decoders should be improved such as to:

  • Support &str in place of &String and &[T] in place of &Vec<T>
  • Allow supporting trait objects?
  • Allow "owned conversions"
  • Use encoders/decoders over to_bytes_naive and from_bytes_naive when there is one to/from a byte array present.

Metadata

Metadata

Assignees

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