Skip to main content

Crate oak_structural_view

Crate oak_structural_view 

Source
Expand description

Document structural view support for the Oak language framework.

This crate provides traits and structures for representing the hierarchical structural view 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.