Closed Turbo87 closed 7 years ago
This PR adds the usage example from https://github.com/mitsuhiko/rust-sourcemap/blob/fa7065ab3529c646979ab0c39d3d655dd943cd8c/src/lib.rs#L26-L39 as a runnable example binary (cargo run --example read <path> [line=0] [column=0])
cargo run --example read <path> [line=0] [column=0]
@mitsuhiko any comments?
Looks good!
This PR adds the usage example from https://github.com/mitsuhiko/rust-sourcemap/blob/fa7065ab3529c646979ab0c39d3d655dd943cd8c/src/lib.rs#L26-L39 as a runnable example binary (
cargo run --example read <path> [line=0] [column=0]
)