Nengo RS: an experimental Rust backend

Hi,

I wrote an experimental (feature incomplete) Nengo backend in Rust. This was primarily for me to learn Rust (and I really did teach me a great deal), so this is in no way suitable for production, is missing many features, and is not even any faster than the Nengo core Python backend.

But in case anyone is interested, I put it up on GitHub. The readme there also contains some more information on the approach I took, what the limitations are, and how one should probably approach this to implement an actually fast Rust backend.

Cheers,
Jan

Thanks Jan! Knowing very little Rust myself, this looks like I really neat project. :smiley: