docx-reader 0.1.0

A .docx file reader in rust
Documentation
docx-reader-0.1.0 has been yanked.

docx-reader at crates.io

This crate is a fork of docx-rs with the goal of being able to read .docx files and being smaller then the original crate.

Installation

Rust

[dependencies]
docx-reader = "0.1.0"

Example

Rust

use docx_reader::*;

Features

  • Paragraph
    • Alignment
    • Indent
    • Numbering
  • Run
    • Bold
    • Size
    • Font
    • Color
    • Highlight
    • Underline
    • vanish
    • Italic
    • TextBorder
  • Break
  • Header
  • Footer
  • Comment
  • Image
  • Style
  • Table
  • History
  • Table of contents
  • Section
  • Textbox