Modules§
- A convenient way to import all useful structs, traits and functions in this library.
Structs§
- A type that represents a file.
- A type that wraps a HashMap between a String and Documents. Access the Documents with any type of index that can be converted to a String.
Enums§
- Whether to create a new file to be represented by this Document.
- This library’s error types.
- A type that represents well-known folders that are likely to exist on most devices.
- The mode of opening the file. Describes what you are permitted to do with it.
Traits§
- Maps types implementing this trait to
Result<(), Box<dyn Error>>
.
Functions§
- A way to declare all of the
Document
s in one place then access them in theclosure
through aDocumentMap
by theiralias
es.