office-rs 0.1.1

A Rust library for reading and writing XML Office files
Documentation
1
2
3
4
5
6
7
8
9
10
11
pub struct Presentation {}

impl Presentation {
    pub fn new() -> Self {
        Self {}
    }

    pub fn open(_path: &str) -> Self {
        Self {}
    }
}