1 unstable release
0.1.1 | Dec 24, 2023 |
---|---|
0.1.0 |
|
#17 in #docx
380KB
13K
SLoC
A .docx file reader with Rust/WebAssembly.
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.
BEWARE
THIS CRATE IS STILL IN DEVELOPMENT AND IS NOT READY FOR USE YET FOR NOW USE docx-rs INSTEAD
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
Dependencies
~7.5MB
~112K SLoC