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§
- 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.
Functions§
Type Aliases§
- The type of destructors
- Emacs environment.
- Emacs runtime
- The type of all Emacs subroutines.
- Emacs value.