binary-mirror 0.1.10

Core types for binary-mirror derive macro
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "binary-mirror"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
authors.workspace = true
homepage.workspace = true
description = "Core types for binary-mirror derive macro"
documentation = "https://docs.rs/binary-mirror"
readme = "README.md"
keywords = ["binary", "serialization", "derive"]
categories = ["encoding", "parsing"]

[dependencies] 
serde = "1.0.215"