luser / rust-gdb-remote-protocol

A Rust crate implementing the GDB Remote Serial Protocol
Apache License 2.0
33 stars 13 forks source link

Make libc optional feature (+ `cargo fmt`) #61

Closed yurydelendik closed 4 years ago

yurydelendik commented 4 years ago

Currently the crate compiles only for linux, this makes it somewhat compatible with other platforms.

Changes:

yurydelendik commented 4 years ago

/cc @jD91mZM2

jD91mZM2 commented 4 years ago

Seems to work great, thanks for the PR!