Re-exports§
pub use hlapi::destruct;
pub use hlapi::eq;
pub use hlapi::register;
pub use hlapi::ConvErr;
pub use hlapi::ConvResult;
pub use hlapi::elisp2native;
pub use hlapi::native2elisp;
Modules§
Macros§
- emacs_
subrs - A μDSL to cut away boilerplate when defining Emacs subrs, which are of course defined in Rust rather than C here. One thing enforced at compile time is that some semblance of a legal Elisp value is returned.
- init_
module - message
Functions§
- bind_
function - call
- find_
function - get_
buffer - get_
environment - intern_
symbol - make_
emacs_ string - make_
function - provide