Here's the kind of guy I am: I'll come across some awesome product, such as a toaster oven or dish detergent, sing its praises for the next couple of months, discover one minor flaw with it and instantly become discouraged and crestfallen. (more…)
Read more »
We are currently working on supporting builtin procedural macros in gccrs, an area of Rust macros we had left unexplored. (more…)
Read more »
DynamoDB library for single-table design in Rust. Contribute to Sife-ops/deez development by creating an account on GitHub. (more…)
Read more »
Tonic: 0.1 has arrived! tonic is a gRPC over HTTP/2 implementation focused on high performance, interoperability, and flexibility. It has been a few months since I originally released the 0.1.0-alpha.1 version. Since then there has been a ton of growth an... (more…)
Read more »
A number of programming languages offer a feature called “Named Arguments” or “Labeled Arguments”, which makes some function calls much more readable and safer.
Let’s see how hard it would be to add these ... (more…)
Read more »