Docs.rs
  • cmark-writer-0.7.4
    • cmark-writer 0.7.4
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • hongjr03
    • Dependencies
      • cmark-writer-macros ^0.7.4 normal
      • env_logger ^0.11.8 normal
      • html-escape ^0.2.13 normal
      • log ^0.4.27 normal
    • Versions
    • 100% of the crate is documented
  • Go to latest version
  • Platform
    • i686-pc-windows-msvc
    • i686-unknown-linux-gnu
    • x86_64-apple-darwin
    • x86_64-pc-windows-msvc
    • x86_64-unknown-linux-gnu
  • Feature flags
  • docs.rs
    • About docs.rs
    • Badges
    • Builds
    • Metadata
    • Shorthand URLs
    • Download
    • Rustdoc JSON
    • Build queue
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cmark_writer0.7.4

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions
  • Type Aliases
  • Attribute Macros

List of all items

Structs

  • ast::HtmlAttribute
  • ast::HtmlElement
  • ast::tables::TableBuilder
  • error::CodedError
  • error::StructureError
  • options::WriterOptions
  • options::WriterOptionsBuilder
  • writer::CommonMarkWriter
  • writer::html::options::HtmlWriterOptions
  • writer::html::writer::HtmlWriter

Enums

  • ast::CodeBlockType
  • ast::HeadingType
  • ast::ListItem
  • ast::Node
  • error::WriteError
  • writer::html::error::HtmlWriteError

Traits

  • ast::CustomNode
  • error::CustomErrorFactory
  • error::WriteResultExt

Attribute Macros

  • coded_error
  • custom_node
  • structure_error

Functions

  • ast::tables::simple_table

Type Aliases

  • error::WriteResult
  • writer::html::error::HtmlWriteResult