Matthew Woodcraft

Results 18 comments of Matthew Woodcraft

Concretely, I'd like to see advice provided for the following situation: Suppose: - I'm verifying that my library works with Rust 1.234, and intend to continue to do so at...

Yes, I have time to help with this. I think it would make more sense to make a Python 3 branch of gomill that has sgfmill as a requirement, rather...

What, in your view as a maintainer, should the scope of the `microbit` crate be? Is it one Rust board support crate among many, for people who want an nRF5x...

Here are my opinions: - It would be good to have one main project where people who want to make a Rust runtime for the micro:bit can collaborate. - It...

Given a choice between rewriting most of the code in this project, and starting a new project (which could of course copy in any code from this one it found...

I think "something like micro:bit MicroPython but for Rust" is a good goal, and that's the sort of project I'd like to contribute to. I agree that that means it...

The other thing visible on crates.io depending on `tiny-led-matrix` is `rmicrobit`, which is just the project the nonblocking display code was developed in before I submitted it here. As far...

The [buttons stuff][1] is visible [here][2]. This was all in the micro:bit v1 days. If I don't get round to doing anything with it I'd be perfectly happy if anyone...

There is some work in progress in #123

I suggest the *Lexing* section should say how `enum#discriminant` would be represented as a `proc_macro::TokenTree`.