gabbhack / deser

Serde-like de/serialization library for Nim.
https://gabbhack.github.io/deser/
MIT License
23 stars 0 forks source link

New `visitBytesSlice`, `deserializeBytesSlice` and `visitStringSlice`, `deserializeStringSlice` methods #21

Open gabbhack opened 1 year ago

gabbhack commented 1 year ago

Problem

We have visitBytes that takes openArray[byte] and visitString that takes string but not methods that takes seq[byte] and openArray[char]

Possible solution

References

Code example

No response

Additional information

No response