One of Go's big selling points for me was its novel approach to JSON encoding. Learning about Rust's encoding has made me even more excited. In this post, we'll start with Go's JSON encoder, and then see how Rust does encoding. And we'll even through in some YAML!
In the , we looked at a simple Go program, and then converted it to Rust.
In the , we created a simple REST server in Go, then re-implemented it in Rust.
This time, we'll focus...
Published on June 12, 2018 16:58