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

Results 8 ob-rust issues
Sort by recently updated
recently updated
newest added

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,...

Loading this package sets `org-id-locations-file` to `"/home/username/.config/emacs/elpa/ob-rust-20220824.1923/.test-org-id-locations"` for some reason.

I have this org file: ``` :PROPERTIES: :header-args:rust: :noweb yes :comments noweb :END: * The program ** General structure #+name: main #+begin_src rust :tangle main.rs fn main() { } #+end_src...

Hi im use nix. I also installed rust-script, but it's strange that the default job has to be installed again, such as rust cargo, in duplicate with rustup. https://github.com/oxalica/rust-overlay/issues/85 Thanks.

Is it (or could it be) possible to pass arguments to Rust snippets from previous source blocks, as in this example: ```org #+name: directories #+begin_src sh cd ~/sync/org && du...

Out of the box : `C-c C-c` ``` Compiling rust-src-... error: use of unstable library feature 'rustc_private': this crate is being loaded from the sysroot, an unstable location; did you...

Compile the temp file with `rustc` instead. It doesn't work yet: ![rustc](https://github.com/user-attachments/assets/40609e3e-d0fe-4051-ace5-18920abbd71c) But I'll leave this here so anyone can suggest a fix.

Use a temporary file for testing, so it doesn't set the location for the current session. Closes #12