gdbstub 0.1.2

An implementation of the GDB Remote Serial Protocol in Rust
Documentation
[dependencies.log]
version = "0.4"

[dependencies.num-traits]
default-features = false
version = "0.2"

[features]
default = []
std = []

[package]
authors = ["Daniel Prilik <danielprilik@gmail.com>"]
categories = ["development-tools::debugging", "embedded", "emulators", "network-programming", "no-std"]
description = "An implementation of the GDB Remote Serial Protocol in Rust"
documentation = "https://docs.rs/gdbstub"
edition = "2018"
homepage = "https://github.com/daniel5151/gdbstub"
keywords = ["gdb", "emulation", "no_std", "debugging"]
license = "MIT"
name = "gdbstub"
readme = "README.md"
repository = "https://github.com/daniel5151/gdbstub"
version = "0.1.2"