buffering

Crates.iobuffering
lib.rsbuffering
version0.5.0
sourcesrc
created_at2018-07-22 14:29:58.572579
updated_at2020-08-05 01:08:51.213974
descriptionA library primarily designed for network packet buffer operations
homepage
repositoryhttps://github.com/jbaublitz/buffering
max_upload_size
id75505
size4,966
John Baublitz (jbaublitz)

documentation

README

buffering

A library for handling buffer operations

Purpose

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.

Commit count: 53

cargo fmt