Module kaolinite::document[][src]

Expand description

document: Tools for opening and saving files

Here is where you’ll find the most important struct: Document Please see the documentation over at kaolinite for more information

This module also contains the FileInfo struct, which contains information about the opened file, which holds things like the file name, file ending and tab width.

See the structs section below to find out more about each struct

Structs

A struct that contains all the basic tools necessary to manage documents

A struct that stores information about a file