Crates.io | docx-reader |
lib.rs | docx-reader |
version | 0.1.1 |
source | src |
created_at | 2023-12-24 11:39:06.6711 |
updated_at | 2023-12-24 11:50:35.586884 |
description | A .docx file reader in rust |
homepage | |
repository | https://github.com/ShadowWolf308/docx-reader |
max_upload_size | |
id | 1079681 |
size | 381,659 |
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.
THIS CRATE IS STILL IN DEVELOPMENT AND IS NOT READY FOR USE YET FOR NOW USE docx-rs INSTEAD
[dependencies]
docx-reader = "0.1.0"
use docx_reader::*;