message-encoding 0.2.4

A simple trait to control how a structure should be encoded
Documentation
1
2
3
4
5
6
7
8
9
10
[package]
name = "message-encoding"
version = "0.2.4"
edition = "2021"
license = "MIT"
description = "A simple trait to control how a structure should be encoded"
repository = "https://github.com/Developed-Methods/message-encoding"

[dependencies]
byteorder = "1.5"