Skip to main content

text_document_io/
lib.rs

1// Generated by Qleany v1.4.8 from feature_lib.tera
2pub mod document_io_controller;
3pub mod dtos;
4mod units_of_work;
5pub(crate) mod use_cases;
6
7pub use dtos::*;
8
9/// Re-export of the `docx-rs` crate used by the DOCX exporter, so that callers
10/// (notably tests inspecting the output of
11/// [`document_io_controller::build_docx_document`]) can name its types against
12/// the exact version this crate links.
13#[doc(hidden)]
14pub use docx_rs;