0.11.0
- Made
env.call
a lot more flexible. Also addedvalue.call
. - Added
rust-wrong-type-user-ptr
towrong-type-argument
classification. - Deprecated
emacs::module_init!
andemacs::export_functions!
. - Replaced
IntoLisp
implementation forAsRef<str>
with separate implementations for&str
and&String
.