Crates.io | buffering |
lib.rs | buffering |
version | 0.5.0 |
source | src |
created_at | 2018-07-22 14:29:58.572579 |
updated_at | 2020-08-05 01:08:51.213974 |
description | A library primarily designed for network packet buffer operations |
homepage | |
repository | https://github.com/jbaublitz/buffering |
max_upload_size | |
id | 75505 |
size | 4,966 |
A library for handling buffer operations
This library is primarily aimed at simple network serialization and deserialization for stack allocated struct types. It provides a macro to generate a union type that allows access to fields for inspection and the underlying buffer for network transfer.