Docs.rs
  • cdoc-parser-0.1.1
    • cdoc-parser 0.1.1
    • Permalink
    • Docs.rs crate page
    • GPL-3.0-or-later
    • Links
    • Homepage
    • Repository
    • crates.io
    • Source
    • Owners
    • antonmeskildsen
    • Dependencies
      • anyhow ^1.0.75 normal
      • base64 ^0.22.1 normal
      • cowstr ^1.3.0 normal
      • linked-hash-map ^0.5.6 normal
      • nanoid ^0.4.0 normal
      • pest ^2.7.3 normal
      • pest_derive ^2.7.3 normal
      • pulldown-cmark ^0.9.3 normal
      • regex ^1.9.5 normal
      • rhai ^1.18.0 normal optional
      • serde ^1.0.188 normal
      • serde_json ^1.0.105 normal
      • serde_with ^3.3.0 normal
      • serde_yaml ^0.9.25 normal
      • thiserror ^1.0.48 normal
      • lazy_static ^1.4.0 dev
      • paste ^1.0.14 dev
      • pest-test ^0.1.6 dev
      • pest-test-gen ^0.1.7 dev
    • Versions
    • 16.72% of the crate is documented
  • 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
    • Privacy policy
  • Rust
    • Rust website
    • The Book
    • Standard Library API Reference
    • Rust by Example
    • The Cargo Guide
    • Clippy Documentation

cdoc_parser0.1.1

Crate Items

  • Structs
  • Enums
  • Traits
  • Functions

List of all items

Structs

  • Span
  • ast::Ast
  • ast::CodeBlock
  • ast::CodeMeta
  • ast::Command
  • ast::Math
  • ast::Parameter
  • ast::Reference
  • code_ast::TaskParser
  • code_ast::types::CodeContent
  • code_ast::types::Solution
  • document::CodeOutput
  • document::Document
  • document::LayoutSettings
  • document::Metadata
  • notebook::CellCommon
  • notebook::CellMeta
  • notebook::JupyterLabMeta
  • notebook::Notebook
  • notebook::NotebookMeta
  • raw::Child
  • raw::CodeAttr
  • raw::ComposedMarkdown
  • raw::ElementInfo
  • raw::Parameter
  • raw::RawDocParser
  • raw::RawDocument

Enums

  • ast::Block
  • ast::Inline
  • ast::Style
  • ast::Value
  • code_ast::Rule
  • code_ast::types::CodeElem
  • code_ast::types::Content
  • document::Image
  • document::OutputValue
  • notebook::Cell
  • notebook::CellOutput
  • notebook::OutputValue
  • notebook::StreamType
  • raw::Element
  • raw::ParserError
  • raw::Reference
  • raw::Rule
  • raw::Special
  • raw::Value

Traits

  • ast::visitor::AstVisitor
  • code_ast::types::Output

Functions

  • code_ast::format_pest_err
  • code_ast::parse_code_string
  • notebook::notebook_to_doc
  • raw::parse_to_doc