Docs.rs
  • rtf-parser-0.4.2
    • rtf-parser 0.4.2
    • Permalink
    • Docs.rs crate page
    • MIT
    • Links
    • Repository
    • crates.io
    • Source
    • Owners
    • d0rianb
    • Dependencies
      • serde ^1.0 normal
      • tsify ^0.4.5 normal
      • wasm-bindgen ^0.2 normal
    • Versions
    • 7.56% 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

rtf_parser0.4.2

Crate Items

  • Macros
  • Structs
  • Enums
  • Functions
  • Type Aliases

List of all items

Structs

  • document::RtfDocument
  • header::Color
  • header::Font
  • header::RtfHeader
  • header::Style
  • lexer::Lexer
  • paragraph::Indentation
  • paragraph::Paragraph
  • paragraph::Spacing
  • parser::Painter
  • parser::Parser
  • parser::StyleBlock

Enums

  • header::CharacterSet
  • header::FontFamily
  • lexer::LexerError
  • paragraph::Alignment
  • paragraph::SpaceBetweenLine
  • parser::ParserError
  • tokens::ControlWord
  • tokens::Property
  • tokens::Token

Macros

  • include_test_file
  • recursive_tokenize
  • recursive_tokenize_with_init

Functions

  • document::parse_rtf

Type Aliases

  • header::ColorRef
  • header::ColorTable
  • header::FontRef
  • header::FontTable
  • header::StyleRef
  • header::StyleSheet
  • tokens::ControlSymbol