Hey all,
I'm a JS developer and have been trying my hand at Rust for the past couple of months and would like your honest feedback on what could be improved.
I'm trying my hand at using Neon bindings for Node but in its current state my JS code is faster than the one written in Rust which doesn't really make sense to me so I'm guessing it's more my ineptitude at Rust than anything else.
This is my code:
https://github.com/NullDivision/rust-neon-demo/blob/poc/BasicProject/src/lib.rs
