When I released Buttplug Rust v1, I figured I’d be rolling major versions whenever we updated the Buttplug Protocol. Here we are, at major version 3.0, still running the same protocol, but with more surface API changes. So much for those plans. (more…)
Read more »
In this article I will further analyze how a Plugin Development Kit (PDK) could
be implemented in Rust. Note that I’m no expert in the topic; my objective is to
merely collect all the information I’ve found so far and present it as a
summary, with enough ... (more…)
Read more »
Add information log messages which can be enabled with the logging feature
Add support for [u8; N] type
Optimize storage of fixed width types. The value length is no longer stored, which reduces st... (more…)
Read more »
This is aimed for people who are coming to Rust from garbage collected languages, such as Python or JavaScript and have trouble with the compiler throwing errors without reason. This guide assumes … (more…)
Read more »
Hypothesis-like property testing for Rust. Contribute to proptest-rs/proptest development by creating an account on GitHub. (more…)
Read more »