sharkdp / hexyl

A command-line hex viewer
Apache License 2.0
8.92k stars 227 forks source link

Move tests to a separate `#[cfg(test)]` module #201

Closed GrigorenkoPV closed 10 months ago

GrigorenkoPV commented 10 months ago

So that the compiler doesn't have to go over their code during cargo check or cargo build or cargo run.

sharkdp commented 10 months ago

Thank you