docx_reader/documents/
header_id.rs

1
2
3
pub fn create_header_rid(id: usize) -> String {
	format!("rIdHeader{}", id)
}