Expand description
Provides a toolbox of networking utilities, resources, components, and systems to amethyst. The library is segmented into the simulation module and, eventually, various client library modules. Soon, we will also provide an HTTP client library.
Modules§
- Utilities for working with buffers.
- Module containing various utilities to run a client/server-based network simulation. Expect more utilities to make their way into this module. e.g. “Component synchronization”, “Matchmaking”, etc.
Structs§
- A reference counted contiguous slice of memory.
- A unique reference to a contiguous slice of memory.
Traits§
- Read bytes from a buffer.
- A trait for values that provide sequential write access to bytes.