bobzhang/docx2html/style_map does not have a README file
pub(all) enum DocumentMatcher {
ParagraphMatcher(style_id~ : String?, style_name~ : StyleNameMatcher?, numbering~ : Numbering?)
RunMatcher(style_id~ : String?, style_name~ : StyleNameMatcher?)
RunPropertyMatcher(String)
HighlightMatcher(String?)
TableMatcher(style_id~ : String?, style_name~ : StyleNameMatcher?)
BreakMatcher(BreakType)
CommentReferenceMatcher
} derive(Eq, Debug)#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn DocumentMatcher::equal(DocumentMatcher, DocumentMatcher) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn DocumentMatcher::not_equal(x : DocumentMatcher, y : DocumentMatcher) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn DocumentMatcher::to_repr(DocumentMatcher) -> Repr#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn HtmlPathElement::equal(HtmlPathElement, HtmlPathElement) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn HtmlPathElement::not_equal(x : HtmlPathElement, y : HtmlPathElement) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn HtmlPathElement::to_repr(HtmlPathElement) -> Repr#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleMapParseResult::equal(StyleMapParseResult, StyleMapParseResult) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleMapParseResult::not_equal(x : StyleMapParseResult, y : StyleMapParseResult) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleMapParseResult::to_repr(StyleMapParseResult) -> Reprpub(all) struct StyleMapping {
from : DocumentMatcher
to : Array[HtmlPathElement]
} derive(Eq, Debug)#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleMapping::equal(StyleMapping, StyleMapping) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleMapping::not_equal(x : StyleMapping, y : StyleMapping) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleMapping::to_repr(StyleMapping) -> Repr#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleNameMatcher::equal(StyleNameMatcher, StyleNameMatcher) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleNameMatcher::not_equal(x : StyleNameMatcher, y : StyleNameMatcher) -> Bool#deprecated("implicit trait-method promotion is being removed; call via the trait")
fn StyleNameMatcher::to_repr(StyleNameMatcher) -> ReprNative MoonBit DOCX to HTML/Markdown converter ported from Mammoth
Dependencies