docx-reader 0.1.1

A .docx file reader in rust
Documentation
1
2
3
pub fn create_footer_rid(id: usize) -> String {
	format!("rIdFooter{}", id)
}