docx_reader/documents/
footer_id.rs

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