docx-reader 0.1.1

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