This article introduces posh, an experimental Rust graphics library aimed at enhancing the type-safety, composability, and overall experience of graphics programming. The post covers the fundamental concepts of posh, showcases examples, discusses related … Read more
Similar
In this section, we're going to take a look at some of the tools we have for descriptive statistics. Some of these are built into the ndarray crate that we're already familiar with, but some of them r... (more…)
Read more »
End-to-end encryption and mutual authentication for distributed applications. - ockam/documentation/use-cases/end-to-end-encryption-with-rust at develop · ockam-network/ockam... (more…)
Read more »
We looked at the history of Rust and talked to Steve Klabnik and Ashley Williams, two current members of the Rust core team. (more…)
Read more »
Writing const functions has been supported since Rust 1.31 in 2018.These functions can be evaluated at compile time, which is for example useful to shift exp... (more…)
Read more »
In real-time audio, deadlines are critical. Your code has on the order of several milliseconds to fill a buffer with samples to be shipped off to the DAC, milliseconds which it may be sharing with a number of other audio plugins. If your code takes too lo... (more…)
Read more »