Russell Mull
Russell Mull
Rather than positioning the mini-frame relative to the frame, I'd like to position it relative to the current window. In some specific cases, I'd also like to be able to...
I'd like to make a reusable stack-based producer that's parameterized by some value. For example, as a modification of one of the examples from the docs: ```rust use genawaiter::stack::{Co, Gen,...
If you write a parser that returns a constant string in the first tuple position, and you pass that to recognize, you can crash in a very strange way. The...
I see that you have added a binding for `sqlite3_result_subtype`, which is great, that's exactly the thing I need! However, this needs be called /after/ `sqlite3_result_*` in order to take...
This is a series of changes to add `no_std` support to quick-protobuf. It is unfortunately a breaking change; this can't be avoided, as the existing API directly uses the std-only...
## Description I have a repo where I've checked in Cargo.lock, since it's producing a binary which I'm shipping. I've just started getting audit violations in CI for this that...
`lein cljsbuild auto` is great! I wish it could also run tests after building.
This adds `#[derive(Clone)]` to every iterator I could find that didn't already have it (it already existed in a few places). This is of course generally useful, but in my...
I'd like to use this library for some refactoring and analysis tools. It would be very helpful to have source line/column information available on the AST nodes, something along the...