   Compiling inlay v0.3.1 (D:\tools\inlay)
error: no rules expected the token `0x44`
   --> src\decode.rs:174:65
    |
174 |     let mut buffer: Vec<u8> = vec!(0x40, 0x09, 0x12, 0xfb, 0x45 0x44, 0x2e, 0xea);
    |                                                                -^^^^ no rules expected this token in macro call
    |                                                                |
    |                                                                help: missing comma here

warning: unused `#[macro_use]` import
 --> src\main.rs:6:1
  |
6 | #[macro_use] extern crate structopt;
  | ^^^^^^^^^^^^
  |
  = note: #[warn(unused_imports)] on by default

warning: unused import: `std::io::Cursor`
 --> src\bit_buffer.rs:3:5
  |
3 | use std::io::Cursor;
  |     ^^^^^^^^^^^^^^^

warning: unused imports: `BigEndian`, `LittleEndian`, `ReadBytesExt`
 --> src\bit_buffer.rs:5:17
  |
5 | use byteorder::{ReadBytesExt, LittleEndian, BigEndian};
  |                 ^^^^^^^^^^^^  ^^^^^^^^^^^^  ^^^^^^^^^

warning: unused import: `std::fs::File`
 --> src\encode.rs:1:5
  |
1 | use std::fs::File;
  |     ^^^^^^^^^^^^^

warning: unused import: `std::fs::File`
 --> src\decode.rs:1:5
  |
1 | use std::fs::File;
  |     ^^^^^^^^^^^^^

warning: unused import: `BufReader`
 --> src\decode.rs:2:36
  |
2 | use std::io::{Write, Read, Cursor, BufReader};
  |                                    ^^^^^^^^^

warning: unused imports: `Cursor`, `Read`, `Write`
  --> src\main.rs:18:15
   |
18 | use std::io::{Write, Read, Cursor, BufReader, BufWriter};
   |               ^^^^^  ^^^^  ^^^^^^

error: aborting due to previous error

error: Could not compile `inlay`.

To learn more, run the command again with --verbose.
