vickenty / lang-c

Lightweight C parser for Rust
Apache License 2.0
202 stars 30 forks source link

Move files in `./src/bin/` to `./examples/` #33

Closed maekawatoshiki closed 2 years ago

maekawatoshiki commented 2 years ago

I think that the files in ./src/bin/ should be located in ./examples. By doing this, we can easily run the bin programs like cargo run --example dump.

vickenty commented 2 years ago

Thanks for the suggestion, but you can run binaries just as easily with cargo run --bin dump.