XAMPPRocky
XAMPPRocky
Currently our tests are mostly unit tests, and they touch too much of the API surface that when those other parts change it requires updating a lot of the unit...
Currently most of the boilerplate in writing a filter, is writing a configuration that is statically and dynamically configurable. Right now, you essentially have to write twice, once in Rust...
Inspired by https://matklad.github.io/2021/02/06/ARCHITECTURE.md.html I think we should include an `ARCHITECTURE.md` for Quilkin.
Currently the `metadata` field requires knowing the right string, and then knowing what type to downcast to. However we can actually encapsulate these things into the type system, and we...
Someone recently wrote this crate ([`zero_v`](https://crates.io/crates/zero_v)) as a prototype of an approach to optimise out vtables when you know the collection of dynamic objects that you’re going to be running....
Hey, not sure where's the best place to ask about this, but I'm running into crashes in my program when being fuzzed by afl.rs, that I can't replicate when running...
Notice how `ImageFormat::Rgb10A2` and `ImageFormat::Rgb10a2ui` have a differently cased `A`, in Rust the casing starts at the beginning of each word. The former is correct and `Rgb10a2ui` should be `Rgb10A2ui`...
In a recent release team meeting we discussed having rfcbot take over the manual curation of State of Rust. Ths'd require commands to change the `What's next?`, move between columns,...
Hello, I've been using `num-bigint` for `rasn`. I've been working on adding static information about ASN.1's constrained types, and one of things I need for this is having a const...
Hello, the current `rust-lang-nursery` organisation is considered deprecated, and the Rust Programming Language organisation is trying to consolidate managing Rust's GitHub organisations, as such we'd like you to consider moving...