Scott

Results 1 issues of Scott

I installed ob-rust in doom emacs. Attempting to execute the following fails with "No org-babel-execute function for rust!". ``` #+begin_src rust println!("hello"); #+end_src ``` I have installed rust with rustup,...