Skip to main content

Crate oak_structure

Crate oak_structure 

Source
Expand description

Document structure support for the Oak language framework.

This crate provides traits and structures for representing the hierarchical structure of a document, such as for an outline view or breadcrumbs.

Structs§

StructureItem
Represents an item in the document structure (e.g., in an outline or breadcrumbs).

Traits§

StructureProvider
Trait for languages that support structure view and navigation.