Docs.rs
java-debugging-jdwp-client-0.20.0
java-debugging-jdwp-client 0.20.0
Permalink
Docs.rs crate page
MIT
07 August 2026
Links
Repository
crates.io
Source
Owners
Dependencies
bytes ^1.0
normal
serde ^1.0
normal
thiserror ^1.0
normal
tokio ^1.0
normal
tracing ^0.1
normal
tokio ^1.0
dev
tracing-subscriber ^0.3
dev
Versions
36.66%
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
Module reader
jdwp_
client
0.20.0
Module reader
Module Items
Modules
Functions
In crate jdwp_
client
jdwp_client
Module
reader
Copy item path
Source
Modules
§
value_
tags
JDWP value tags (JDWP spec,
Value
/
TaggedObjectID
). Each is the ASCII code of the JNI type signature character, which is why they look arbitrary as numbers.
Functions
§
read_
i32
Read a i32
read_
i64
Read an i64
read_
string
Read a JDWP string (4-byte length prefix + UTF-8 bytes)
read_u8
Read a u8
read_
u32
Read a u32
read_
u64
Read a u64
read_
value_
by_
tag
Read an untagged value whose type is named by a JDWP value
tag
.
some_
if_
present
A JDWP string that means “there is none” when it is empty.