Expand description
A low-level crate to send and receive Minecraft packets.
You should probably use azalea
or azalea_client
instead, as
azalea_protocol
delegates much of the work, such as auth, to the user of
the crate.
See crate::connect::Connection
for an example.
Modules§
- Connect to remote servers/clients.
- Read packets from a stream.
- Resolve IPs from hostnames.
- Write packets to a stream.
Structs§
- A host and port. It’s possible that the port doesn’t resolve to anything.