;;; lang/rust/autoload.el -*- lexical-binding: t; -*- ;; TODO (defun +rust/run-cargo () (interactive)) ;;;###autoload (defun +rust-cargo-project-p () "Return t if this is a cargo project." (doom-project-has! "Cargo.toml"))