<p align="center"><img src ="https://github.com/ShadowWolf308/docx-reader/blob/main/logo.png?raw=true" /></p>
<p align="center">
A .docx file reader with Rust/WebAssembly.
</p>
---
[![docx-reader at crates.io](https://img.shields.io/crates/v/docx-reader.svg)](https://crates.io/crates/docx-reader)
This crate is a fork of [docx-rs](https://github.com/bokuweb/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](https://crates.io/crates/docx-rs) INSTEAD
## Installation
### Rust
```
[dependencies]
docx-reader = "0.1.0"
```
## Example
### Rust
```rust
use docx_reader::*;
```
## Features
- [x] Paragraph
- [x] Alignment
- [x] Indent
- [x] Numbering
- [x] Run
- [x] Bold
- [x] Size
- [x] Font
- [x] Color
- [x] Highlight
- [x] Underline
- [x] vanish
- [x] Italic
- [x] TextBorder
- [x] Break
- [x] Header
- [x] Footer
- [ ] Comment
- [x] Image
- [x] Style
- [x] Table
- [ ] History
- [x] Table of contents
- [ ] Section
- [ ] Textbox