Module kaolinite::document

source ·

Structs§

  • A document struct manages a file. It has tools to read, write and traverse a document. By default, it uses file buffering so it can open almost immediately. To start executing events, remember to use the Document::exe function and check out the documentation for Event to learn how to form editing events.