The READ_ONCE() and WRITE_ONCE() macros are heavily used within the kernel; there are nearly 8, [...]... (more…)
Read more »
Apache Arrow 2.0.0 is a significant release for the Apache Arrow project in general (release notes), and the Rust subproject in particular, with almost 200 issues resolved by 15 contributors. In this blog post, we will go through the main changes affectin... (more…)
Read more »
Retrospective of my first useful Rust project Retrospective of my first useful Rust project This post is a retrospective of my first “useful” Rust … (more…)
Read more »
Join our January edition of the Rust Linz Meetup and listen to Luca Palmieri talk about Error Handling... (more…)
Read more »
bstr is a byte string library for Rust and its 1.0 version has
just been released! It provides string oriented operations on
arbitrary sequences of bytes, but is most useful when those bytes are UTF-8. In
other words, it provides a string type that is UTF... (more…)
Read more »