Module rusty_sword_arena::net[][src]

The networking module that will be used by your client

Structs

ServerConnection

Represents a client's connection to a server, and methods to abstract away all the actual network communication. Hooray for encapsulation!