May 18, 2017
Web Services with Rust Part 3: Accept All We Can
In the last posting we added metrics to our very basic test Web service. Initially this third part was supposed to be about adding logging to the server, comparing the performance impact of mutex based- and, especially, [lock free data structures](https://github.com/crossbeam-rs/crossbeam).
Read more