Rust isn’t an object-oriented language in the same way as C++ and Java. You cannot write classes that extend behavior from another class for example. However, Rust does support polymorphism a… (more…)
Read more »
Disclaimer: I discovered a previous explanation
here
but I found it a little confusing, so I’m hoping mine is easier to follow. (more…)
Read more »
A Kubernetes implementation of the Open Application Model specification - oam-dev/rudr... (more…)
Read more »
In this post, CrowdStrike's Engineering team walks through one possible way of adapting a library to handle OOM events without aborting the process. (more…)
Read more »
PostgreSQL wire protocol implemented as a rust library. - sunng87/pgwire... (more…)
Read more »