bin-layout-derive 0.1.0

This library used to serialize and deserialize data in binary format.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.virtue]
version = "0.0.8"

[lib]
proc-macro = true

[package]
authors = ["Nur <nurmohammed840@gmail.com>"]
description = "This library used to serialize and deserialize data in binary format."
edition = "2018"
keywords = ["binary", "encode", "decode", "serialize", "deserialize"]
license = "Apache-2.0"
name = "bin-layout-derive"
repository = "https://github.com/nurmohammed840/bin-layout.rs"
resolver = "2"
version = "0.1.0"