Comment by ComputerGuru
1 year ago
Writing scripts in rust is as easy as copying and pasting this shebang: https://neosmart.net/blog/self-compiling-rust-code/
But that doesn’t make it embeddable, of course.
1 year ago
Writing scripts in rust is as easy as copying and pasting this shebang: https://neosmart.net/blog/self-compiling-rust-code/
But that doesn’t make it embeddable, of course.
Nightly doesn't need 3rd party tools at all: https://doc.rust-lang.org/cargo/reference/unstable.html#scri...
Technically my solution didn’t either. Does the nightly solution cache the output?