# Logo-Parser
### How to use
To use this <a href="https://crates.io/crates/logo-parser">crate</a>, add it as a dependency in your `Cargo.toml`:
```toml
[dependencies]
logo-parser = "1.0.0"
```
### [Example code](https://gitlab.com/lynxfetch/logo-parser/-/tree/main/examples)