LIJK is a collection of utilities for networking, game servers, and rendering.
This crate offers ease-of-use submodules to help build new systems.
LIJK::NET
: An abstract network interface for local (MPSC) and remote (UDP) connections.
A complete overview of the LIJK::NET modules can be found here. LIJK::NET simplies the network connections between clients and hosts for both local and remote sockets by abstracting the connection details into a unified interface.