# Structs
Book is an mdbook book.
BookConfig is the mdbook metadata and configuration.
Chapter is an mdbook chapter.
Context is the whole mdbook context.
Proc is a helper for modifying a [Book].
Section is one of a [Chapter], [Separator], or [PartTitle].
Separator denotes an mdbook separator.
# Interfaces
BookItem is one of [Chapter], [Separator], or [PartTitle].