logo-parser 1.0.0

A library for parsing custom logo and color configurations from JSON files for LynxFetch
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# 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