-
Notifications
You must be signed in to change notification settings - Fork 24
Open
Description
Hi there, this is a really cool library and I'm excited to speed up my Emacs with Rust.
I'm having trouble figuring out how to send Elisp lists to my Rust functions. Something like this doesn't seem to compile:
#[emacs::defun]
fn mean(items: Vec<f64>) -> emacs::Result<f64> { ... }as it complains that Vec is missing a FromLisp instance. I see that Elisp Vectors are supported, but lists aren't the same. Am I missing something really basic?
Please and thanks.
Metadata
Metadata
Assignees
Labels
No labels