Skip to main content

Module markdown_bridge

Module markdown_bridge 

Source
Expand description

Orphan-rule wrapper implementing MarkdownSource for KnowledgeBase. MarkdownSource implementation for oxios_markdown::KnowledgeBase.

Required because of Rust’s orphan rule: both the trait (MarkdownSource, defined in oxios_memory) and the concrete type (KnowledgeBase, defined in oxios_markdown) are foreign. The wrapper provides a local home for the impl.

Structs§

MarkdownKnowledgeBase
Thin newtype wrapper around KnowledgeBase.