antonputra / tutorials

DevOps Tutorials
https://youtube.com/antonputra
MIT License
3.2k stars 2.5k forks source link

Lesson 203: Remove String to Uuid conversion to closely resemble go #252

Closed divitngoc closed 2 months ago

divitngoc commented 2 months ago

When hitting devices endpoint, it's a bit unfair as Rust has to do extra computation compared to Go from String to Uuid and then back Uuid to String when serializing.