node-to-rust icon indicating copy to clipboard operation
node-to-rust copied to clipboard

Results 5 node-to-rust issues
Sort by recently updated
recently updated
newest added

at https://github.com/wasmflow/node-to-rust/blob/master/book/chapters/chapter-15-closures.adoc#basic-closure-syntax ```typescript let closure = () \=> { console.log("Hi! I'm in a closure"); }; closure(); ``` has weird `\=>` for some reason and it's appear all over the book....

Day 9: Is there a reason why the method https://github.com/vinodotdev/node-to-rust/blob/4ba560485704f543306e50395a17638284934b45/src/crates/day-9/structs/src/main.rs#L29 is not used anywhere in that code?

As mentioned in the section on Adding CLI Arguments - follow the steps and you will see the following output on the command line ``` cargo run -p cli --...

Hi, this error will be easy for ruby developers but I'm not a ruby developer and I can't solve it although investigating in google. That's the error: ```bash $ make...