Docs.rs
bugstalker-0.4.5
bugstalker 0.4.5
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
godzie44
Dependencies
anyhow ^1.0.100
normal
ariadne ^0.4.1
normal
base64 ^0.22.1
normal
bit_field ^0.10.3
normal
bytes ^1.11.0
normal
capstone ^0.11.0
normal
chrono ^0.4.42
normal
chumsky ^0.10.1
normal
clap ^4.5
normal
crossterm ^0.27.0
normal
ctrlc ^3.5.1
normal
env_logger ^0.11.8
normal
fallible-iterator ^0.3.0
normal
gimli =0.33.0
normal
home ^0.5.12
normal
indexmap ^2.12.1
normal
itertools ^0.12.1
normal
libc ^0.2
normal
log ^0.4.29
normal
lru ^0.12.5
normal
memmap2 ^0.9.9
normal
nix ^0.27.1
normal
object ^0.32.2
normal
once_cell ^1.21.3
normal
os_pipe ^1.2.3
normal
ouroboros ^0.18.5
normal
proc-maps ^0.3.2
normal
rand ^0.8.5
normal
rayon ^1.11.0
normal
regex ^1.12.2
normal
rustc-demangle ^0.1.26
normal
rustyline ^17.0.2
normal
rustyline-derive ^0.11.1
normal
serde ^1.0.228
normal
serde_json ^1.0
normal
signal-hook ^0.3.18
normal
smallvec ^1.15.1
normal
string-interner ^0.19.0
normal
strum ^0.26.3
normal
strum_macros ^0.26.4
normal
syntect ^5.3.0
normal
sysinfo ^0.30.13
normal
thiserror ^1.0.69
normal
thread_db ^0.1.4
normal
timeout-readwrite ^0.3.3
normal
toml ^0.8.23
normal
trie-rs ^0.2.0
normal
tui-realm-stdlib ^3
normal
tui-realm-treeview ^3
normal
tuirealm ^3.3.0
normal
typed-arena ^2.0.2
normal
unicode-width ^0.1.14
normal
uuid ^1.19.0
normal
walkdir ^2.5.0
normal
which ^6.0.3
normal
serial_test ^3.2.0
dev
Versions
20.14%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Files
bugstalker/
lib.rs
1
pub mod
dap;
2
pub mod
debugger;
3
pub mod
log;
4
pub mod
oracle;
5
pub mod
ui;
6
pub mod
version;