rust-parser 0.1.1

Parser for various data types written in rust written Rust
Documentation
# rust-parser
Parser for various data types written in rust written Rust


# TODO List for the parser

## Parsers to be implemented

| Index | Data Type   | Status |
| ----- | ----------- | ------ |
| 1.    | BER-TLV     | :x:    |
| 2.    | DER         | :x:    |
| 3.    | ASN1        | :x:    |
| 4.    | MKV         | :x:    |
| 5.    | JPEG        | :x:    |
| 6.    | HEIC        | :x:    |
| 7.    | MP4         | :x:    |
| 8.    | AVI         | :x:    |
| 9.    | 3GPP        | :x:    |
| 10.   | ELF         | :x:    |
| 11.   | JavaCardCap | :x:    |
| 12.   | RMV         | :x:    |
| 13.   | TIFF        | :x:    |
| 14.   | PDF         | :x:    |
| 15.   | BMP         | :x:    |
| 16.   | GIF         | :x:    |
| 17.   | FLV         | :x:    |

:heavy_check_mark: -> Done

:x:  -> Not Done