emacs 0.7.0

Rust library for creating emacs modules
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
# Summary

[Overview](./overview.md)

- [Hello, Emacs!]./hello.md
- [Declaring a Module]./module.md
- [Writing Functions]./functions.md
- [Calling Lisp Functions]./calling-lisp.md
- [Type Conversions]./type-conversions.md
- [Custom Types]./custom-types.md
- [Error Handling]./errors.md
- [Testing]./testing.md
- [Live Reloading]./reloading.md