Closed MabezDev closed 3 years ago
MutSlice
heapless::Vec
Slice
This is really useful for usage with smoltcp, as it allows you to serialize straight into the tcp socket buffer.
How does this differ from #36 ?
Closed in favor of #36
Please feel free to re-open, if we missed some functionality difference between the two.
Still thank you very much @MabezDev!
MutSlice
trait which the Serializer is now generic over.heapless::Vec
for backwards compatibiltySlice
struct which allows for serialization into a mutable slice.This is really useful for usage with smoltcp, as it allows you to serialize straight into the tcp socket buffer.