metalyze 0.1.0

Unified file metadata extraction for Rust.
Documentation
1
2
3
4
5
6
fn main() {
    // Example usage of the metalyze_rs library
    use metalyze::*;

    example_function();
}